Searched refs:getLiveOut (Results 1 – 4 of 4) sorted by relevance
249 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut() function257 return liveout_iterator(getLiveOut(0)); in liveouts_begin()262 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
241 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut() function249 return liveout_iterator(getLiveOut(0)); in liveouts_begin()255 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
688 Liveness->getLiveOut(this) = Live; in liveness()817 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in livenessAddIntervals()964 Live = &Liveness->getLiveOut(Node); in emitRegisterUsage()1200 if (Liveness != nullptr && !Liveness->getLiveOut(this).empty()) { in dump()1201 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in dump()
90 LivenessBV &getLiveOut(const CfgNode *Node) { in getLiveOut() function