HomeSort by relevance Sort by last modified time
    Searched refs:getFirstInsertionPt (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/include/llvm/IR/
BasicBlock.h 151 iterator getFirstInsertionPt();
152 const_iterator getFirstInsertionPt() const {
153 return const_cast<BasicBlock*>(this)->getFirstInsertionPt();
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 259 InsertReverseInsertPt(&*BB->getFirstInsertionPt());
271 InsertReverseInsertPt(&*BB->getFirstInsertionPt());
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 97 InsertPt = II.getNormalDest()->getFirstInsertionPt();
BasicBlockUtils.cpp 622 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1);
627 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 249 CallInst *OldEnd = dyn_cast<CallInst>(Parent->getFirstInsertionPt());
318 CallInst::Create(EndCf, popSaved(), "", &*BB->getFirstInsertionPt());
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 350 Instruction *InsPoint = &*Header->getFirstInsertionPt();
396 PtrIP = &*PtrIP->getParent()->getFirstInsertionPt();
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 288 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt());
RewriteStatepointsForGC.cpp     [all...]
MergedLoadStoreMotion.cpp 473 BasicBlock::iterator InsertPt = BB->getFirstInsertionPt();
LICM.cpp 573 ExitBlock.getInstList().insert(ExitBlock.getFirstInsertionPt(), New);
    [all...]
IndVarSimplify.cpp 469 &*PN->getParent()->getFirstInsertionPt());
    [all...]
PlaceSafepoints.cpp     [all...]
LoopRerollPass.cpp 469 IE = Header->getFirstInsertionPt(); I != IE; ++I) {
544 IE = Header->getFirstInsertionPt(); I != IE; ++I) {
    [all...]
  /external/llvm/lib/IR/
BasicBlock.cpp 194 BasicBlock::iterator BasicBlock::getFirstInsertionPt() {
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 613 IRBuilder<> Builder(&*BB->getFirstInsertionPt());
649 IRBuilder<> Builder(&*ComplexEdgePreds[i + 1]->getFirstInsertionPt());
655 IRBuilder<> Builder(&*ComplexEdgeSuccs[i + 1]->getFirstInsertionPt());
    [all...]
PGOInstrumentation.cpp 326 IRBuilder<> Builder(InstrBB, InstrBB->getFirstInsertionPt());
SanitizerCoverage.cpp 446 BasicBlock::iterator IP = BB.getFirstInsertionPt();
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 102 IP = MustDominate->getFirstInsertionPt();
    [all...]
MemoryBuiltins.cpp 757 Builder.SetInsertPoint(&*PHI.getIncomingBlock(i)->getFirstInsertionPt());
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 745 BasicBlock::iterator InsertPt = UserBB->getFirstInsertionPt();
    [all...]
SjLjEHPrepare.cpp 208 LPI->getParent()->getFirstInsertionPt());
WinEHPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]
InstructionCombining.cpp     [all...]

Completed in 1844 milliseconds

1 2