Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h249 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut() function
257 return liveout_iterator(getLiveOut(0)); in liveouts_begin()
262 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp688 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()
DIceLiveness.h90 LivenessBV &getLiveOut(const CfgNode *Node) { in getLiveOut() function