Lines Matching defs:SpillPlacer
19 // SpillPlacer is an implementation of an algorithm to find optimal spill
76 class SpillPlacer {
78 SpillPlacer(LiveRangeFinder* finder, TopTierRegisterAllocationData* data,
81 ~SpillPlacer();
83 SpillPlacer(const SpillPlacer&) = delete;
84 SpillPlacer& operator=(const SpillPlacer&) = delete;
86 // Adds the given TopLevelLiveRange to the SpillPlacer's state. Will
145 // Objects provided to the constructor, which all outlive this SpillPlacer.