Home
last modified time | relevance | path

Searched refs:TheUse (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp133 const Use &TheUse = UI.getUse(); in runOnFunction() local
134 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
H A DHexagonLoopIdiomRecognition.cpp658 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local
660 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1053 Use &TheUse = UI.getUse(); in SinkCast() local
1060 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()
1092 TheUse = InsertedCast; in SinkCast()
1221 Use &TheUse = UI.getUse(); in SinkCmpExpression() local
1251 TheUse = InsertedCmp; in SinkCmpExpression()
1324 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local
1342 TheUse = InsertedAnd; in sinkAndCmp0Expression()
1475 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local
1533 TheUse = InsertedShift; in OptimizeExtractBits()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp500 User *TheUse = *UI; in areAllUsesEqual() local
502 if (*UI != TheUse) in areAllUsesEqual()