Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h97 Use &getUse() const { in getUse() function
DValue.h202 Use &getUse() const { return *UI; } in getUse() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h195 Use &getUse() const { return *UI; } in getUse() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp183 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anona8b6ca530111::Slice
DLoopStrengthReduce.cpp2565 std::pair<size_t, int64_t> LSRInstance::getUse(const SCEV *&Expr, in getUse() function in LSRInstance