Home
last modified time | relevance | path

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

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