Searched refs:JSUI (Results 1 – 1 of 1) sorted by relevance
187 std::vector<SUnit>::iterator ISUI, JSUI; in apply() local195 for (JSUI = ISUI + 1; JSUI != DAG->SUnits.end(); ++JSUI) { in apply()196 if (JSUI->isBoundaryNode()) in apply()198 const MachineInstr *JMI = JSUI->getInstr(); in apply()199 if (!hasLessThanNumFused(*JSUI, 2) || in apply()202 if (fuseInstructionPair(*DAG, *ISUI, *JSUI)) in apply()