Searched refs:PtrToPartition (Results 1 – 3 of 3) sorted by relevance
791 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); in processLoop() local794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()902 const SmallVectorImpl<int> &PtrToPartition, in includeOnlyCrossPartitionChecks() argument925 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
555 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,
589 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument591 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()592 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()