Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp793 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); in processLoop() local
796 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
906 const SmallVectorImpl<int> &PtrToPartition, in includeOnlyCrossPartitionChecks() argument
929 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h492 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp545 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument
547 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()
548 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()