Searched refs:TheUse (Results 1 – 7 of 7) sorted by relevance
133 const Use &TheUse = UI.getUse(); in runOnFunction() local134 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
658 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local660 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
138 const Use &TheUse = UI.getUse(); in runOnFunction() local139 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
748 Use &TheUse = UI.getUse(); in SinkCast() local755 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()786 TheUse = InsertedCast; in SinkCast()903 Use &TheUse = UI.getUse(); in SinkCmpExpression() local931 TheUse = InsertedCmp; in SinkCmpExpression()1076 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local1133 TheUse = InsertedShift; in OptimizeExtractBits()5423 for (Use &TheUse : Cmp->uses()) { in sinkAndCmp()5425 BranchInst *BrccUser = dyn_cast<BranchInst>(TheUse); in sinkAndCmp()5440 TheUse = NewCmp; in sinkAndCmp()
1036 Use &TheUse = UI.getUse(); in SinkCast() local1043 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()1075 TheUse = InsertedCast; in SinkCast()1200 Use &TheUse = UI.getUse(); in SinkCmpExpression() local1230 TheUse = InsertedCmp; in SinkCmpExpression()1303 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local1321 TheUse = InsertedAnd; in sinkAndCmp0Expression()1452 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local1509 TheUse = InsertedShift; in OptimizeExtractBits()
395 User *TheUse = *UI; in areAllUsesEqual() local397 if (*UI != TheUse) in areAllUsesEqual()
485 User *TheUse = *UI; in areAllUsesEqual() local487 if (*UI != TheUse) in areAllUsesEqual()