Searched refs:getLiveOut (Results 1 – 4 of 4) sorted by relevance
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()
242 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut() function250 return liveout_iterator(getLiveOut(0)); in liveouts_begin()255 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
90 LivenessBV &getLiveOut(const CfgNode *Node) { in getLiveOut() function
710 Liveness->getLiveOut(this) = Live; in liveness()839 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in livenessAddIntervals()986 Live = &Liveness->getLiveOut(Node); in emitRegisterUsage()1436 if (Liveness != nullptr && !Liveness->getLiveOut(this).empty()) { in dump()1437 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in dump()