Home
last modified time | relevance | path

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

/external/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()
/external/llvm/include/llvm/Object/
DStackMapParser.h241 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut() function
249 return liveout_iterator(getLiveOut(0)); in liveouts_begin()
255 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
/external/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