Searched defs:InstParent (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp399 BasicBlock *InstParent = Inst->getParent(); local
405 if (&*BBI == InstParent->begin()) {
406 BasicBlock *Pred = InstParent->getSinglePredecessor();
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2421 BasicBlock *InstParent = I->getParent(); local
2427 InsertPos = InstParent->getFirstInsertionPt();
2429 InstParent->getInstList().insert(InsertPos, Result);

Completed in 95 milliseconds