Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp433 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument
435 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()
436 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h465 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,