Home
last modified time | relevance | path

Searched defs:getUse (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h100 Use &getUse() const { in getUse() function
H A DValue.h212 Use &getUse() const { return *UI; } in getUse() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp123 PHINode *getUse() { return SIUse; } in getUse() function in __anon69497ae40111::SelectInstToUnfold
H A DSROA.cpp172 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon157c633c0111::Slice
H A DLoopStrengthReduce.cpp2601 std::pair<size_t, int64_t> LSRInstance::getUse(const SCEV *&Expr, in getUse() function in LSRInstance