Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp788 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); in processLoop() local
791 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
899 const SmallVectorImpl<int> &PtrToPartition, in includeOnlyCrossPartitionChecks() argument
922 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h507 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp583 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument
585 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()
586 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()