Home
last modified time | relevance | path

Searched refs:getPostIncLoops (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVUsers.h65 const PostIncLoopSet &getPostIncLoops() const { in getPostIncLoops() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVUsers.cpp337 return normalizeForPostIncUse(getReplacementExpr(IU), IU.getPostIncLoops(), in getExpr()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3310 PostIncLoopSet TmpPostIncLoops = U.getPostIncLoops(); in CollectFixupsAndInitialFormulae()