Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h546 Optional<IVConditionInfo> hasPartialIVCondition(Loop &L, unsigned MSSAThreshold,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1709 unsigned MSSAThreshold, in hasPartialIVCondition() argument
1766 MSSAThreshold](BasicBlock *Succ, BasicBlock *Header, in hasPartialIVCondition()
1810 if (SeenAccesses.size() >= MSSAThreshold) in hasPartialIVCondition()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp109 MSSAThreshold("simple-loop-unswitch-memoryssa-threshold", variable
2800 if (auto Info = hasPartialIVCondition(L, MSSAThreshold, *MSSA, AA)) { in unswitchBestCondition()