Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp433 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local
439 if (&*BBI == InstParent->begin()) { in tryToPeepholeInstruction()
440 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2742 BasicBlock *InstParent = I->getParent(); in run() local
2748 InsertPos = InstParent->getFirstInsertionPt(); in run()
2750 InstParent->getInstList().insert(InsertPos, Result); in run()