Home
last modified time | relevance | path

Searched refs:getLiveOut (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DDeadCodeElimination.cpp85 static isl::union_set getLiveOut(Scop &S) { in getLiveOut() function
114 isl::union_set Live = getLiveOut(S); in runDeadCodeElimination()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DStackMapParser.h252 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut() function
260 return liveout_iterator(getLiveOut(0)); in liveouts_begin()
265 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DLiveness.h75 const ValueSetT &getLiveOut(Block *block) const;
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DLiveness.cpp236 const Liveness::ValueSetT &Liveness::getLiveOut(Block *block) const { in getLiveOut() function in Liveness