Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h559 unsigned MSSAThreshold,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1855 llvm::hasPartialIVCondition(const Loop &L, unsigned MSSAThreshold, in hasPartialIVCondition() argument
1911 MSSAThreshold](BasicBlock *Succ, BasicBlock *Header, in hasPartialIVCondition()
1955 if (SeenAccesses.size() >= MSSAThreshold) in hasPartialIVCondition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp114 MSSAThreshold("simple-loop-unswitch-memoryssa-threshold", variable
2950 if (auto Info = hasPartialIVCondition(L, MSSAThreshold, *MSSA, AA)) { in collectUnswitchCandidates()