Searched defs:getLiveRange (Results 1 – 3 of 3) sorted by relevance
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