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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2087 BasicBlock *InstParent = I->getParent(); local
2093 InsertPos = InstParent->getFirstInsertionPt();
2095 InstParent->getInstList().insert(InsertPos, Result);
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp4075 BasicBlock *InstParent = Inst->getParent(); local
4081 if (&*BBI == InstParent->begin()) {
4082 BasicBlock *Pred = InstParent->getSinglePredecessor();

Completed in 65 milliseconds