Searched refs:JSUI (Results 1 – 1 of 1) sorted by relevance
159 std::vector<SUnit>::iterator ISUI, JSUI; in apply() local167 for (JSUI = ISUI + 1; JSUI != DAG->SUnits.end(); ++JSUI) { in apply()168 if (JSUI->isBoundaryNode()) in apply()170 const MachineInstr *JMI = JSUI->getInstr(); in apply()171 if (!hasLessThanNumFused(*JSUI, 2) || in apply()174 if (fuseInstructionPair(*DAG, *ISUI, *JSUI)) in apply()