Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp229 BasicBlock *InstParent = Inst->getParent(); in isExternalDef() local
230 assert(InstParent && "Expected instruction parent."); in isExternalDef()
236 if (InstParent == PH) in isExternalDef()
243 if (InstParent == Exit) { in isExternalDef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp449 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local
455 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()
456 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5141 BasicBlock *InstParent = I->getParent(); in run() local
5148 InsertPos = InstParent->getFirstInsertionPt(); in run()
5150 InsertPos = InstParent->getFirstNonPHIIt(); in run()
5153 Result->insertInto(InstParent, InsertPos); in run()