Searched refs:HoistRuntimeChecks (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1808 SCEVExpander &Exp, bool HoistRuntimeChecks) { in expandBounds() argument 1826 if (HoistRuntimeChecks && TheLoop->getParentLoop() && in expandBounds() 1877 Instruction *Loc, SCEVExpander &Exp, bool HoistRuntimeChecks) { in expandBounds() argument 1885 HoistRuntimeChecks), in expandBounds() 1887 HoistRuntimeChecks); in expandBounds() 1897 SCEVExpander &Exp, bool HoistRuntimeChecks) { in addRuntimeChecks() argument 1901 expandBounds(PointerChecks, TheLoop, Loc, Exp, HoistRuntimeChecks); in addRuntimeChecks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 539 SCEVExpander &Expander, bool HoistRuntimeChecks = false);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 57 static bool HoistRuntimeChecks; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 143 static cl::opt<bool, true> HoistRuntimeChecks( variable 147 cl::location(VectorizerParams::HoistRuntimeChecks), cl::init(true)); 148 bool VectorizerParams::HoistRuntimeChecks; member in VectorizerParams 352 if (HoistRuntimeChecks && InnerLoop->getParentLoop() && in tryToCreateDiffCheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1894 MemCheckExp, VectorizerParams::HoistRuntimeChecks); in Create()
|