Searched defs:getUse (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ | ||
| H A D | CFG.h | 100 Use &getUse() const { in getUse() function |
| H A D | Value.h | 212 Use &getUse() const { return *UI; } in getUse() function |
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ | ||
| H A D | Value.h | 62 const sandboxir::Use &getUse() const { return Use; } in getUse() function |
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
| H A D | DFAJumpThreading.cpp | 134 PHINode *getUse() { return SIUse; } in getUse() function in __anonfb50cc300111::SelectInstToUnfold |
| H A D | SROA.cpp | 547 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anondf5662880411::Slice |
| H A D | LoopStrengthReduce.cpp | 2797 std::pair<size_t, Immediate> LSRInstance::getUse(const SCEV *&Expr, in getUse() function in LSRInstance |