Searched refs:isObviouslySafeToFold (Results 1 – 3 of 3) sorted by relevance
62 bool GIMatchTableExecutor::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold() function in GIMatchTableExecutor
690 bool isObviouslySafeToFold(MachineInstr &MI, MachineInstr &IntoMI) const;
906 if (!isObviouslySafeToFold(*State.MIs[InsnID], *State.MIs[0])) { in executeMatchTable()