Searched refs:IndirectionMap (Results 1 – 1 of 1) sorted by relevance
1376 UObjectToUObjectMap IndirectionMap; in mergeEquivalenceClasses() local1381 IndirectionMap[UObject] = UltimateTarget; in mergeEquivalenceClasses()1386 auto It = IndirectionMap.find(Target); in mergeEquivalenceClasses()1387 for (; It != IndirectionMap.end(); It = IndirectionMap.find(Target)) in mergeEquivalenceClasses()