Searched refs:PtrToPartition (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp714 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); local
717 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,
792 /// \p PtrToPartition contains the partition number for pointers. Partition
798 const SmallVectorImpl<int> &PtrToPartition,
821 PtrToPartition, PtrIdx1, PtrIdx2))
796 includeOnlyCrossPartitionChecks( const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, const SmallVectorImpl<int> &PtrToPartition, const RuntimePointerChecking *RtPtrChecking) argument
/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h456 /// \p PtrToPartition contains the partition number for pointers (-1 if the
459 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp384 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 376 milliseconds