Searched refs:InstBB (Results 1 – 3 of 3) sorted by relevance
92 BasicBlock *InstBB = I->getParent(); in formLCSSAForInstructions() local93 Loop *L = LI.getLoopFor(InstBB); in formLCSSAForInstructions()109 if (InstBB != UserBB && !L->contains(UserBB)) in formLCSSAForInstructions()123 BasicBlock *DomBB = InstBB; in formLCSSAForInstructions()212 if (InstBB == UserBB || L->contains(UserBB)) in formLCSSAForInstructions()243 insertDebugValuesForPHIs(InstBB, NeedDbgValues); in formLCSSAForInstructions()
182 BasicBlock *InstBB = Inst->getParent(); in ProcessInstruction() local191 if (InstBB != UserBB && !inLoop(UserBB)) in ProcessInstruction()
75 BasicBlock *InstBB = Inst.getParent(); in processInstruction() local83 if (InstBB != UserBB && !L.contains(UserBB)) in processInstruction()