Home
last modified time | relevance | path

Searched refs:RtCheck (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp172 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument
173 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End), in RuntimeCheckingPtrGroup()
174 Low(RtCheck.Pointers[Index].Start) { in RuntimeCheckingPtrGroup()
283 const SCEV *Start = RtCheck.Pointers[Index].Start; in addPointer()
284 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer()
289 const SCEV *Min0 = getMinFromExprs(Start, Low, RtCheck.SE); in addPointer()
293 const SCEV *Min1 = getMinFromExprs(End, High, RtCheck.SE); in addPointer()
537 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
550 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE,
657 bool AccessAnalysis::createCheckForAccess(RuntimePointerChecking &RtCheck, in createCheckForAccess() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h342 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
354 RuntimePointerChecking &RtCheck; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1589 Value *Ptr = CG->RtCheck.Pointers[CG->Members[0]].PointerValue; in expandBounds()