Home
last modified time | relevance | path

Searched defs:HoistRuntimeChecks (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1663 expandBounds(const RuntimeCheckingPtrGroup * CG,Loop * TheLoop,Instruction * Loc,SCEVExpander & Exp,bool HoistRuntimeChecks) expandBounds() argument
1731 expandBounds(const SmallVectorImpl<RuntimePointerCheck> & PointerChecks,Loop * L,Instruction * Loc,SCEVExpander & Exp,bool HoistRuntimeChecks) expandBounds() argument
1751 addRuntimeChecks(Instruction * Loc,Loop * TheLoop,const SmallVectorImpl<RuntimePointerCheck> & PointerChecks,SCEVExpander & Exp,bool HoistRuntimeChecks) addRuntimeChecks() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h56 static bool HoistRuntimeChecks; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp147 cl::location(VectorizerParams::HoistRuntimeChecks), cl::init(true)); member in VectorizerParams
142 static cl::opt<bool, true> HoistRuntimeChecks( global() variable