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

  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 333 TrackingVH<Value> PointerValue;
348 PointerInfo(Value *PointerValue, const SCEV *Start, const SCEV *End,
351 : PointerValue(PointerValue), Start(Start), End(End),
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 256 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue;
258 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue;
LoopDistribute.cpp 444 Value *Ptr = RtPtrCheck->Pointers[I].PointerValue;
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 287 PositionMap[Pointers[Index].PointerValue] = Index;
302 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue,
388 OS.indent(Depth + 2) << *Pointers[First[K]].PointerValue << "\n";
392 OS.indent(Depth + 2) << *Pointers[Second[K]].PointerValue << "\n";
627 Value *PtrI = RtCheck.Pointers[i].PointerValue;
628 Value *PtrJ = RtCheck.Pointers[j].PointerValue;
    [all...]

Completed in 265 milliseconds