Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp148 void addToMergeableSpills(MachineInstr &Spill, int StackSlot,
415 HSpiller.addToMergeableSpills(*MII, StackSlot, Original); in hoistSpillInsideBB()
863 HSpiller.addToMergeableSpills(*FoldMI, StackSlot, Original); in foldMemoryOperand()
924 HSpiller.addToMergeableSpills(*std::next(MI), StackSlot, Original); in insertSpill()
1107 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills() function in HoistSpillHelper