Searched refs:isObviouslySafeToFold (Results 1 – 4 of 4) sorted by relevance
55 bool InstructionSelector::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold() function in InstructionSelector
569 bool isObviouslySafeToFold(MachineInstr &MI, MachineInstr &IntoMI) const;
813 if (!isObviouslySafeToFold(*State.MIs[InsnID], *State.MIs[0])) { in executeMatchTable()
90 * isObviouslySafeToFold() - Check for reasons an instruction can't be sunk and folded into another.