Searched refs:InstParent (Results 1 – 3 of 3) sorted by relevance
137 BasicBlock *InstParent = Inst->getParent(); in isExternalDef() local138 assert(InstParent && "Expected instruction parent."); in isExternalDef()144 if (InstParent == PH) in isExternalDef()151 if (InstParent == Exit) { in isExternalDef()
476 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local482 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()483 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
3385 BasicBlock *InstParent = I->getParent(); in run() local3391 InsertPos = InstParent->getFirstInsertionPt(); in run()3393 InstParent->getInstList().insert(InsertPos, Result); in run()