Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp151 bool rmFromMergeableSpills(MachineInstr &Spill, int StackSlot);
488 if (HSpiller.rmFromMergeableSpills(MI, StackSlot)) in eliminateRedundantSpills()
744 HSpiller.rmFromMergeableSpills(*MI, StackSlot); in coalesceStackAccess()
914 HSpiller.rmFromMergeableSpills(*MI, FI)) in foldMemoryOperand()
1249 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill, in rmFromMergeableSpills() function in HoistSpillHelper