Home
last modified time | relevance | path

Searched refs:HoistRuntimeChecks (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1875 SCEVExpander &Exp, bool HoistRuntimeChecks) { in expandBounds() argument
1893 if (HoistRuntimeChecks && TheLoop->getParentLoop() && in expandBounds()
1944 Instruction *Loc, SCEVExpander &Exp, bool HoistRuntimeChecks) { in expandBounds() argument
1952 HoistRuntimeChecks), in expandBounds()
1954 HoistRuntimeChecks); in expandBounds()
1964 SCEVExpander &Exp, bool HoistRuntimeChecks) { in addRuntimeChecks() argument
1968 expandBounds(PointerChecks, TheLoop, Loc, Exp, HoistRuntimeChecks); in addRuntimeChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h569 SCEVExpander &Expander, bool HoistRuntimeChecks = false);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h54 LLVM_ABI static bool HoistRuntimeChecks; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp142 static cl::opt<bool, true> HoistRuntimeChecks( variable
146 cl::location(VectorizerParams::HoistRuntimeChecks), cl::init(true));
147 bool VectorizerParams::HoistRuntimeChecks; member in VectorizerParams
448 if (HoistRuntimeChecks && InnerLoop->getParentLoop() && in tryToCreateDiffCheck()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1846 MemCheckExp, VectorizerParams::HoistRuntimeChecks); in create()