Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp677 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local
679 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1210 Use &TheUse = UI.getUse(); in SinkCast() local
1217 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()
1249 TheUse = InsertedCast; in SinkCast()
1587 Use &TheUse = UI.getUse(); in sinkCmpExpression() local
1619 TheUse = InsertedCmp; in sinkCmpExpression()
1785 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local
1803 TheUse = InsertedAnd; in sinkAndCmp0Expression()
1936 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local
1994 TheUse = InsertedShift; in OptimizeExtractBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp593 User *TheUse = *UI; in areAllUsesEqual() local
595 if (*UI != TheUse) in areAllUsesEqual()