HomeSort by: relevance | last modified time | path
    Searched refs:RtCheck (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 172 unsigned Index, RuntimePointerChecking &RtCheck)
173 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End),
174 Low(RtCheck.Pointers[Index].Start) {
283 const SCEV *Start = RtCheck.Pointers[Index].Start;
284 const SCEV *End = RtCheck.Pointers[Index].End;
289 const SCEV *Min0 = getMinFromExprs(Start, Low, RtCheck.SE);
293 const SCEV *Min1 = getMinFromExprs(End, High, RtCheck.SE);
534 /// adds a run-time to check for it to \p RtCheck. If \p Assume is true
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 341 /// pointer, with index \p Index in RtCheck.
342 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
344 /// Tries to add the pointer recorded in RtCheck at index
353 /// at which it appears in RtCheck.
354 RuntimePointerChecking &RtCheck;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUtils.cpp 1589 Value *Ptr = CG->RtCheck.Pointers[CG->Members[0]].PointerValue;

Completed in 17 milliseconds