Searched refs:InstBB (Results 1 – 3 of 3) sorted by relevance
97 BasicBlock *InstBB = I->getParent(); in formLCSSAForInstructions() local98 Loop *L = LI.getLoopFor(InstBB); in formLCSSAForInstructions()124 if (InstBB != UserBB && !L->contains(UserBB)) in formLCSSAForInstructions()138 BasicBlock *DomBB = InstBB; in formLCSSAForInstructions()251 if (InstBB == UserBB || L->contains(UserBB)) in formLCSSAForInstructions()266 if (InstBB == UserBB || L->contains(UserBB)) in formLCSSAForInstructions()
162 const MachineBasicBlock *InstBB = MI->getParent(); in dominatesAllUsesOf() local163 assert(InstBB != MBB && "Instruction found in empty MBB"); in dominatesAllUsesOf()164 if (!MDT->dominates(InstBB, MBB)) in dominatesAllUsesOf()
11603 auto &&CheckPredecessor = [](BasicBlock *InstBB, BasicBlock *InsertBB) { in gather() argument 11605 while (InsertBB && InsertBB != InstBB && Visited.insert(InsertBB).second) in gather() 11607 return InsertBB && InsertBB == InstBB; in gather()