Searched refs:PtrToPartition (Results 1 – 3 of 3) sorted by relevance
794 auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI); in processLoop() local797 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()907 const SmallVectorImpl<int> &PtrToPartition, in includeOnlyCrossPartitionChecks() argument930 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
445 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument447 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()448 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()
471 arePointersInSamePartition(const SmallVectorImpl<int> &PtrToPartition,