Searched refs:ModeledInsts (Results 1 – 1 of 1) sorted by relevance
2003 ArrayRef<Instruction *> ModeledInsts) { in joinOperandTree() argument2004 for (Instruction *Inst : ModeledInsts) { in joinOperandTree()2030 ArrayRef<Instruction *> ModeledInsts) { in joinOrderedInstructions() argument2032 for (Instruction *Inst : ModeledInsts) { in joinOrderedInstructions()2081 ArrayRef<Instruction *> ModeledInsts) { in joinOrderedPHIs() argument2082 for (Instruction *Inst : ModeledInsts) { in joinOrderedPHIs()2105 SmallVector<Instruction *, 32> ModeledInsts; in buildEqivClassBlockStmts() local2111 ModeledInsts.push_back(&Inst); in buildEqivClassBlockStmts()2124 joinOperandTree(UnionFind, ModeledInsts); in buildEqivClassBlockStmts()2125 joinOrderedInstructions(UnionFind, ModeledInsts); in buildEqivClassBlockStmts()[all …]