Searched refs:HoistRuntimeChecks (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1663 SCEVExpander &Exp, bool HoistRuntimeChecks) { in expandBounds() argument 1681 if (HoistRuntimeChecks && TheLoop->getParentLoop() && in expandBounds() 1731 Instruction *Loc, SCEVExpander &Exp, bool HoistRuntimeChecks) { in expandBounds() argument 1739 HoistRuntimeChecks), in expandBounds() 1741 HoistRuntimeChecks); in expandBounds() 1751 SCEVExpander &Exp, bool HoistRuntimeChecks) { in addRuntimeChecks() argument 1755 expandBounds(PointerChecks, TheLoop, Loc, Exp, HoistRuntimeChecks); in addRuntimeChecks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 523 SCEVExpander &Expander, bool HoistRuntimeChecks = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 56 static bool HoistRuntimeChecks; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 142 static cl::opt<bool, true> HoistRuntimeChecks( variable 146 cl::location(VectorizerParams::HoistRuntimeChecks), cl::init(true)); 147 bool VectorizerParams::HoistRuntimeChecks; member in VectorizerParams 344 if (HoistRuntimeChecks && InnerLoop->getParentLoop() && in tryToCreateDiffCheck()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2021 MemCheckExp, VectorizerParams::HoistRuntimeChecks); in Create()
|