Searched defs:getUse (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | CFG.h | 99 Use &getUse() const { in getUse() function |
H A D | Value.h | 211 Use &getUse() const { return *UI; } in getUse() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | DFAJumpThreading.cpp | 129 PHINode *getUse() { return SIUse; } getUse() function in __anon6b2f29230111::SelectInstToUnfold |
H A D | SROA.cpp | 544 Use *getUse() const { return UseAndIsSplittable.getPointer(); } getUse() function in __anonc91f7afb0411::Slice |
H A D | LoopStrengthReduce.cpp | 2804 std::pair<size_t, Immediate> LSRInstance::getUse(const SCEV *&Expr, getUse() function in LSRInstance |
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ | ||
H A D | SPIRVTypes.cpp | 248 CooperativeMatrixUseKHR CooperativeMatrixType::getUse() const { getUse() function in CooperativeMatrixType |