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