Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp791 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); in processLoop() local
794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
902 const SmallVectorImpl<int> &PtrToPartition, in includeOnlyCrossPartitionChecks() argument
925 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h493 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp547 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument
549 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()
550 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()