HomeSort by relevance Sort by last modified time
    Searched refs:RtCheck (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 381 /// pointer, with index \p Index in RtCheck.
382 CheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck)
383 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End),
384 Low(RtCheck.Pointers[Index].Start) {
388 /// \brief Tries to add the pointer recorded in RtCheck at index
397 /// at which it appears in RtCheck.
398 RuntimePointerChecking &RtCheck;
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 205 const SCEV *Start = RtCheck.Pointers[Index].Start;
206 const SCEV *End = RtCheck.Pointers[Index].End;
211 const SCEV *Min0 = getMinFromExprs(Start, Low, RtCheck.SE);
215 const SCEV *Min1 = getMinFromExprs(End, High, RtCheck.SE);
453 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE,
534 bool AccessAnalysis::canCheckPtrAtRT(RuntimePointerChecking &RtCheck,
587 RtCheck.insert(TheLoop, Ptr, IsWrite, DepId, ASId, StridesMap, PSE);
616 unsigned NumPointers = RtCheck.Pointers.size();
620 if (RtCheck.Pointers[i].DependencySetId ==
621 RtCheck.Pointers[j].DependencySetId
    [all...]

Completed in 4061 milliseconds