Searched refs:InstParent (Results 1 – 2 of 2) sorted by relevance
433 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local439 if (&*BBI == InstParent->begin()) { in tryToPeepholeInstruction()440 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
2742 BasicBlock *InstParent = I->getParent(); in run() local2748 InsertPos = InstParent->getFirstInsertionPt(); in run()2750 InstParent->getInstList().insert(InsertPos, Result); in run()