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