Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp143 void addToMergeableSpills(MachineInstr &Spill, int StackSlot,
487 HSpiller.addToMergeableSpills(*MII, StackSlot, Original); in hoistSpillInsideBB()
1069 HSpiller.addToMergeableSpills(*FoldMI, StackSlot, Original); in foldMemoryOperand()
1139 HSpiller.addToMergeableSpills(*Spill, StackSlot, Original); in insertSpill()
1315 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills() function in HoistSpillHelper