Searched refs:JSUI (Results 1 – 1 of 1) sorted by relevance
237 std::vector<SUnit>::iterator ISUI, JSUI; in apply() local245 for (JSUI = ISUI + 1; JSUI != DAG->SUnits.end(); ++JSUI) { in apply()246 if (JSUI->isBoundaryNode()) in apply()248 const MachineInstr *JMI = JSUI->getInstr(); in apply()249 if (!hasLessThanNumFused(*JSUI, 2) || in apply()252 if (fuseInstructionPair(*DAG, *ISUI, *JSUI)) in apply()