Searched refs:ModeledInsts (Results 1 – 1 of 1) sorted by relevance
1842 for (Instruction *Inst : ModeledInsts) { in joinOperandTree()1868 ArrayRef<Instruction *> ModeledInsts) { in joinOrderedInstructions() argument1870 for (Instruction *Inst : ModeledInsts) { in joinOrderedInstructions()1920 for (Instruction *Inst : ModeledInsts) { in joinOrderedPHIs()1943 SmallVector<Instruction *, 32> ModeledInsts; in buildEqivClassBlockStmts() local1949 ModeledInsts.push_back(&Inst); in buildEqivClassBlockStmts()1962 joinOperandTree(UnionFind, ModeledInsts); in buildEqivClassBlockStmts()1963 joinOrderedInstructions(UnionFind, ModeledInsts); in buildEqivClassBlockStmts()1964 joinOrderedPHIs(UnionFind, ModeledInsts); in buildEqivClassBlockStmts()1973 for (Instruction *Inst : ModeledInsts) { in buildEqivClassBlockStmts()[all …]