Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h522 Optional<IVConditionInfo> hasPartialIVCondition(Loop &L, unsigned MSSAThreshold,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1721 unsigned MSSAThreshold, in hasPartialIVCondition() argument
1778 MSSAThreshold](BasicBlock *Succ, BasicBlock *Header, in hasPartialIVCondition()
1822 if (SeenAccesses.size() >= MSSAThreshold) in hasPartialIVCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp104 MSSAThreshold("loop-unswitch-memoryssa-threshold", variable
851 hasPartialIVCondition(*CurrentLoop, MSSAThreshold, *MSSA, *AA)) { in processCurrentLoop()