Lines Matching defs:ModeledInsts
1848 ArrayRef<Instruction *> ModeledInsts) {
1849 for (Instruction *Inst : ModeledInsts) {
1875 ArrayRef<Instruction *> ModeledInsts) {
1877 for (Instruction *Inst : ModeledInsts) {
1926 ArrayRef<Instruction *> ModeledInsts) {
1927 for (Instruction *Inst : ModeledInsts) {
1950 SmallVector<Instruction *, 32> ModeledInsts;
1956 ModeledInsts.push_back(&Inst);
1969 joinOperandTree(UnionFind, ModeledInsts);
1970 joinOrderedInstructions(UnionFind, ModeledInsts);
1971 joinOrderedPHIs(UnionFind, ModeledInsts);
1980 for (Instruction *Inst : ModeledInsts) {
1994 for (Instruction *Inst : ModeledInsts) {