Searched refs:HSpiller (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 182 HoistSpillHelper HSpiller; member in __anon2f89086e0111::InlineSpiller 199 HSpiller(Pass, MF, VRM), VRAI(VRAI) {} in InlineSpiller() 487 HSpiller.addToMergeableSpills(*MII, StackSlot, Original); in hoistSpillInsideBB() 545 if (HSpiller.rmFromMergeableSpills(MI, StackSlot)) in eliminateRedundantSpills() 830 HSpiller.rmFromMergeableSpills(*MI, StackSlot); in coalesceStackAccess() 1000 HSpiller.rmFromMergeableSpills(*MI, FI)) in foldMemoryOperand() 1069 HSpiller.addToMergeableSpills(*FoldMI, StackSlot, Original); in foldMemoryOperand() 1139 HSpiller.addToMergeableSpills(*Spill, StackSlot, Original); in insertSpill() 1312 void InlineSpiller::postOptimization() { HSpiller.hoistAllSpills(); } in postOptimization()
|