Searched refs:getLiveOut (Results 1 – 4 of 4) sorted by relevance
85 static isl::union_set getLiveOut(Scop &S) { in getLiveOut() function114 isl::union_set Live = getLiveOut(S); in runDeadCodeElimination()
252 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut() function260 return liveout_iterator(getLiveOut(0)); in liveouts_begin()265 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
75 const ValueSetT &getLiveOut(Block *block) const;
236 const Liveness::ValueSetT &Liveness::getLiveOut(Block *block) const { in getLiveOut() function in Liveness