Home
last modified time | relevance | path

Searched refs:PointerValue (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h339 TrackingVH<Value> PointerValue; member
356 PointerInfo(Value *PointerValue, const SCEV *Start, const SCEV *End, in PointerInfo()
359 : PointerValue(PointerValue), Start(Start), End(End), in PointerInfo()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp363 PositionMap[Pointers[Index].PointerValue] = Index; in groupChecks()
378 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue, in groupChecks()
464 OS.indent(Depth + 2) << *Pointers[First[K]].PointerValue << "\n"; in printChecks()
468 OS.indent(Depth + 2) << *Pointers[Second[K]].PointerValue << "\n"; in printChecks()
791 Value *PtrI = RtCheck.Pointers[i].PointerValue; in canCheckPtrAtRT()
792 Value *PtrJ = RtCheck.Pointers[j].PointerValue; in canCheckPtrAtRT()
2087 Value *Ptr = PtrRtChecking.Pointers[CG->Members[0]].PointerValue; in expandBounds()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp308 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
310 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
H A DLoopDistribute.cpp513 Value *Ptr = RtPtrCheck->Pointers[I].PointerValue; in computePartitionSetForPointers()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp191 PtrToGroup[RtPtrChecking->getPointerInfo(PtrIdx).PointerValue] = &Group; in prepareNoAliasMetadata()