Searched defs:PtrIdx2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp272 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, argument
278 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue;
361 for (auto PtrIdx2 : Check.second->Members)
362 if (needsChecking(PtrIdx1, PtrIdx2,
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp385 unsigned PtrIdx2) {
387 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]);
383 arePointersInSamePartition( const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, unsigned PtrIdx2) argument

Completed in 176 milliseconds