HomeSort by: relevance | last modified time | path
    Searched defs:InsertAfter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 634 Instruction *InsertAfter) {
648 IRBuilder<NoFolder> Builder(InsertAfter->getParent(),
649 BasicBlock::iterator(InsertAfter));
729 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS);
730 InsertAfter = GetInsertPoint(InsertAfter, Acc);
731 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 130 SmallPtrSet<MachineInstr*, 8> InsertAfter;
150 /// Scan through instruction dependencies and update InsertAfter array.
197 /// the defining instructions are added to InsertAfter.
255 /// the defining instructions are added to InsertAfter.
277 if (InsertAfter.insert(DefMI).second)
292 /// the defining instructions are added to InsertAfter.
358 /// 2. After any instructions in InsertAfter.
375 if (InsertAfter.count(&*I)) {
534 InsertAfter.clear();

Completed in 16 milliseconds