Searched refs:PtrIdx1 (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 272 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, argument 276 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; 360 for (auto PtrIdx1 : Check.first->Members) 362 if (needsChecking(PtrIdx1, PtrIdx2,
|
H A D | LoopDistribute.cpp | 804 for (unsigned PtrIdx1 : Check.first->Members) 819 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && 821 PtrToPartition, PtrIdx1, PtrIdx2))
|
/external/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 460 unsigned PtrIdx1, unsigned PtrIdx2);
|
/external/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 384 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, 386 return (PtrToPartition[PtrIdx1] != -1 && 387 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); 383 arePointersInSamePartition( const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, unsigned PtrIdx2) argument
|
Completed in 1750 milliseconds