Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp150 bool rmFromMergeableSpills(MachineInstr &Spill, int StackSlot);
474 if (HSpiller.rmFromMergeableSpills(MI, StackSlot)) in eliminateRedundantSpills()
697 HSpiller.rmFromMergeableSpills(*MI, StackSlot); in coalesceStackAccess()
834 HSpiller.rmFromMergeableSpills(*MI, FI)) in foldMemoryOperand()
1126 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill, in rmFromMergeableSpills() function in HoistSpillHelper