Searched refs:PtrToPartition (Results 1 – 3 of 3) sorted by relevance
793 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); in processLoop() local796 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()906 const SmallVectorImpl<int> &PtrToPartition, in includeOnlyCrossPartitionChecks() argument929 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
492 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,
545 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument547 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()548 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()