Searched defs:getLiveRange (Results 1 – 3 of 3) 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
787 LiveRange &getLiveRange() { return Live; } in getLiveRange() function788 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() function