HomeSort by relevance Sort by last modified time
    Searched defs:InsertBB (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 788 MachineBasicBlock *InsertBB = Emitter.getBlock();
793 InsertBB->insert(Pos, DbgMI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 270 auto *InsertBB = &IncomingBB->getParent()->getEntryBlock();
271 InsertNewInstBefore(CI, *InsertBB->getFirstInsertionPt());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 195 BasicBlock *InsertBB = PHI->getIncomingBlock(i);
197 InsertPt = InsertBB->getTerminator();
200 InsertBB = DT->findNearestCommonDominator(InsertPt->getParent(), InsertBB);
201 InsertPt = InsertBB->getTerminator();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 211 BasicBlock *InsertBB = PHI->getIncomingBlock(i);
213 InsertPt = InsertBB->getTerminator();
216 InsertBB = DT->findNearestCommonDominator(InsertPt->getParent(), InsertBB);
217 InsertPt = InsertBB->getTerminator();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 236 BasicBlock *InsertBB = PHI->getIncomingBlock(i);
238 InsertPt = InsertBB->getTerminator();
241 InsertBB = DT->findNearestCommonDominator(InsertPt->getParent(), InsertBB);
242 InsertPt = InsertBB->getTerminator();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]

Completed in 1604 milliseconds