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