Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h378 TrackingVH<Value> PointerValue; member
395 PointerInfo(Value *PointerValue, const SCEV *Start, const SCEV *End, in PointerInfo()
398 : PointerValue(PointerValue), Start(Start), End(End), in PointerInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp365 PositionMap[Pointers[Index].PointerValue] = Index; in groupChecks()
380 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue, in groupChecks()
469 OS.indent(Depth + 2) << *Pointers[First[K]].PointerValue << "\n"; in printChecks()
473 OS.indent(Depth + 2) << *Pointers[Second[K]].PointerValue << "\n"; in printChecks()
814 Value *PtrI = RtCheck.Pointers[i].PointerValue; in canCheckPtrAtRT()
815 Value *PtrJ = RtCheck.Pointers[j].PointerValue; in canCheckPtrAtRT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp314 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
316 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
H A DLoopDistribute.cpp512 Value *Ptr = RtPtrCheck->Pointers[I].PointerValue; in computePartitionSetForPointers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp198 PtrToGroup[RtPtrChecking->getPointerInfo(PtrIdx).PointerValue] = &Group; in prepareNoAliasMetadata()
H A DLoopUtils.cpp1589 Value *Ptr = CG->RtCheck.Pointers[CG->Members[0]].PointerValue; in expandBounds()