Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp279 cannotBeMinInLoop(RightSCEV, &L, SE, /*Signed*/ false)) { in parseLoopStructure()
284 } else if (cannotBeMinInLoop(RightSCEV, &L, SE, /*Signed*/ true)) { in parseLoopStructure()
752 else if (cannotBeMinInLoop(*SR.HighLimit, &OriginalLoop, SE, in run()
779 else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE, in run()
H A DLoopUtils.cpp1211 bool llvm::cannotBeMinInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE, in cannotBeMinInLoop() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h449 bool cannotBeMinInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE,