Searched refs:MSSAThreshold (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 605 hasPartialIVCondition(const Loop &L, unsigned MSSAThreshold,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 2065 llvm::hasPartialIVCondition(const Loop &L, unsigned MSSAThreshold, in hasPartialIVCondition() argument 2123 MSSAThreshold](BasicBlock *Succ, BasicBlock *Header, in hasPartialIVCondition() 2167 if (SeenAccesses.size() >= MSSAThreshold) in hasPartialIVCondition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 115 MSSAThreshold("simple-loop-unswitch-memoryssa-threshold", variable 2977 if (auto Info = hasPartialIVCondition(L, MSSAThreshold, *MSSA, AA)) { in collectUnswitchCandidates()
|