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.cpp138 void addToMergeableSpills(MachineInstr &Spill, int StackSlot,
487 HSpiller.addToMergeableSpills(*MII, StackSlot, Original); in hoistSpillInsideBB()
1088 HSpiller.addToMergeableSpills(*FoldMI, StackSlot, Original); in foldMemoryOperand()
1158 HSpiller.addToMergeableSpills(*Spill, StackSlot, Original); in insertSpill()
1339 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills() function in HoistSpillHelper