Home
last modified time | relevance | path

Searched refs:InstParent (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp139 BasicBlock *InstParent = Inst->getParent(); in isExternalDef() local
140 assert(InstParent && "Expected instruction parent."); in isExternalDef()
146 if (InstParent == PH) in isExternalDef()
153 if (InstParent == Exit) { in isExternalDef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp444 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local
450 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()
451 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3898 BasicBlock *InstParent = I->getParent(); in run() local
3905 InsertPos = InstParent->getFirstInsertionPt(); in run()
3907 InsertPos = InstParent->getFirstNonPHI()->getIterator(); in run()
3910 InstParent->getInstList().insert(InsertPos, Result); in run()