Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1723 expandBounds(const RuntimeCheckingPtrGroup * CG,Loop * TheLoop,Instruction * Loc,SCEVExpander & Exp,bool HoistRuntimeChecks) expandBounds() argument
1792 expandBounds(const SmallVectorImpl<RuntimePointerCheck> & PointerChecks,Loop * L,Instruction * Loc,SCEVExpander & Exp,bool HoistRuntimeChecks) expandBounds() argument
1812 addRuntimeChecks(Instruction * Loc,Loop * TheLoop,const SmallVectorImpl<RuntimePointerCheck> & PointerChecks,SCEVExpander & Exp,bool HoistRuntimeChecks) addRuntimeChecks() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h57 static bool HoistRuntimeChecks; global() member
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp143 static cl::opt<bool, true> HoistRuntimeChecks( variable
148 bool VectorizerParams::HoistRuntimeChecks; member in VectorizerParams