Searched refs:UnionFind (Results 1 – 1 of 1) sorted by relevance
1852 auto OpVal = UnionFind.findValue(OpInst); in joinOperandTree()1853 if (OpVal == UnionFind.end()) in joinOperandTree()1856 UnionFind.unionSets(Inst, OpInst); in joinOperandTree()1895 UnionFind.unionSets(Prev, Leader); in joinOrderedInstructions()1934 UnionFind.unionSets(PHI, IncomingVal); in joinOrderedPHIs()1944 EquivalenceClasses<Instruction *> UnionFind; in buildEqivClassBlockStmts() local1950 UnionFind.insert(&Inst); in buildEqivClassBlockStmts()1962 joinOperandTree(UnionFind, ModeledInsts); in buildEqivClassBlockStmts()1964 joinOrderedPHIs(UnionFind, ModeledInsts); in buildEqivClassBlockStmts()1978 if (LeaderIt == UnionFind.member_end()) in buildEqivClassBlockStmts()[all …]