Lines Matching refs:UserBB
110 BasicBlock *UserBB = User->getParent(); in formLCSSAForInstructions() local
113 if (!DT.isReachableFromEntry(UserBB)) { in formLCSSAForInstructions()
122 UserBB = PN->getIncomingBlock(U); in formLCSSAForInstructions()
124 if (InstBB != UserBB && !L->contains(UserBB)) in formLCSSAForInstructions()
216 BasicBlock *UserBB = User->getParent(); in formLCSSAForInstructions() local
222 UserBB = PN->getIncomingBlock(*UseToRewrite); in formLCSSAForInstructions()
228 if (isa<PHINode>(UserBB->begin()) && isExitBlock(UserBB, ExitBlocks)) { in formLCSSAForInstructions()
229 UseToRewrite->set(&UserBB->front()); in formLCSSAForInstructions()
250 BasicBlock *UserBB = DVI->getParent(); in formLCSSAForInstructions() local
251 if (InstBB == UserBB || L->contains(UserBB)) in formLCSSAForInstructions()
257 : SSAUpdate.FindValueForBlock(UserBB); in formLCSSAForInstructions()
265 BasicBlock *UserBB = DVR->getMarker()->getParent(); in formLCSSAForInstructions() local
266 if (InstBB == UserBB || L->contains(UserBB)) in formLCSSAForInstructions()
272 : SSAUpdate.FindValueForBlock(UserBB); in formLCSSAForInstructions()