Home
last modified time | relevance | path

Searched refs:rmFromMergeableSpills (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp154 bool rmFromMergeableSpills(MachineInstr &Spill, int StackSlot);
498 if (HSpiller.rmFromMergeableSpills(MI, StackSlot)) in eliminateRedundantSpills()
762 HSpiller.rmFromMergeableSpills(*MI, StackSlot); in coalesceStackAccess()
925 HSpiller.rmFromMergeableSpills(*MI, FI)) in foldMemoryOperand()
1233 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill, in rmFromMergeableSpills() function in HoistSpillHelper