Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp794 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); in processLoop() local
797 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
907 const SmallVectorImpl<int> &PtrToPartition, in includeOnlyCrossPartitionChecks() argument
930 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp445 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument
447 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()
448 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h471 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,