Searched defs:getLiveRange (Results 1 – 5 of 5) sorted by relevance
27 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
194 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
41 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
773 LiveRange &getLiveRange() { return Live; } in getLiveRange() function774 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() function