Searched refs:PtrIdx1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 320 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() argument 324 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking() 407 for (auto PtrIdx1 : Check.first->Members) in collectMemchecks() local 409 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
H A D | LoopDistribute.cpp | 908 for (unsigned PtrIdx1 : Check.first->Members) in includeOnlyCrossPartitionChecks() local 923 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks() 925 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 556 unsigned PtrIdx1, unsigned PtrIdx2);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 589 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument 591 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition() 592 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()
|