Lines Matching refs:LiveInterval
27 class LiveInterval; variable
54 bool operator()(const LiveInterval *li1, const LiveInterval *li2) const { in operator()
59 typedef std::set<const LiveInterval*, IntervalComp> IntervalSet;
215 void rememberUseDefs(const LiveInterval *li);
217 void rememberSpills(const LiveInterval *li,
218 const std::vector<LiveInterval*> &spills);
220 bool isSpill(const LiveInterval *li) const;
259 LiveState getLiveStateAt(const LiveInterval *li, SlotIndex i) const;
265 typedef std::map<const LiveInterval*, std::set<const LiveInterval*> >
269 typedef std::map<const LiveInterval*, const LiveInterval*> SpillForMap;
273 typedef std::map<const LiveInterval*, SlotSet> UseDefs;