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