Searched refs:hoistSpill (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp167 bool hoistSpill(LiveInterval &SpillLI, MachineInstr *CopyMI);
664 /// hoistSpill - Given a sibling copy that defines a value to be spilled, insert
666 bool InlineSpiller::hoistSpill(LiveInterval &SpillLI, MachineInstr *CopyMI) { function in class:InlineSpiller
1166 if (hoistSpill(OldLI, MI)) {

Completed in 59 milliseconds