Searched refs:InstParent (Results 1 – 6 of 6) sorted by relevance
135 BasicBlock *InstParent = Inst->getParent(); in isExternalDef() local136 assert(InstParent && "Expected instruction parent."); in isExternalDef()142 if (InstParent == PH) in isExternalDef()149 if (InstParent == Exit) { in isExternalDef()
434 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local440 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()441 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
464 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local470 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()471 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
2025 BasicBlock *InstParent = I->getParent(); in DoOneIteration() local2031 InsertPos = InstParent->getFirstInsertionPt(); in DoOneIteration()2033 InstParent->getInstList().insert(InsertPos, Result); in DoOneIteration()
2881 BasicBlock *InstParent = I->getParent(); in run() local2887 InsertPos = InstParent->getFirstInsertionPt(); in run()2889 InstParent->getInstList().insert(InsertPos, Result); in run()
3072 BasicBlock *InstParent = I->getParent(); in run() local3078 InsertPos = InstParent->getFirstInsertionPt(); in run()3080 InstParent->getInstList().insert(InsertPos, Result); in run()