Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h99 Use &getUse() const { in getUse() function
H A DValue.h211 Use &getUse() const { return *UI; } in getUse() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp123 PHINode *getUse() { return SIUse; } getUse() function in __anon10a3ee820111::SelectInstToUnfold
H A DSROA.cpp553 Use *getUse() const { return UseAndIsSplittable.getPointer(); } getUse() function in __anon971df9da0411::Slice
[all...]
H A DLoopStrengthReduce.cpp2612 std::pair<size_t, int64_t> LSRInstance::getUse(const SCEV *&Expr, getUse() function in LSRInstance