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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2087 BasicBlock *InstParent = I->getParent(); local
2093 InsertPos = InstParent->getFirstInsertionPt();
2095 InstParent->getInstList().insert(InsertPos, Result);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp4087 BasicBlock *InstParent = Inst->getParent(); local
4093 if (&*BBI == InstParent->begin()) {
4094 BasicBlock *Pred = InstParent->getSinglePredecessor();

Completed in 111 milliseconds