Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp126 PHINode *getUse() { return SIUse; } in getUse() function in __anonb8b67b070111::SelectInstToUnfold
H A DSROA.cpp279 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon4aa1d6df0111::Slice
H A DLoopStrengthReduce.cpp2612 std::pair<size_t, int64_t> LSRInstance::getUse(const SCEV *&Expr, in getUse() function in LSRInstance