Home
last modified time | relevance | path

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

/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/
DIceLiveness.h90 LivenessBV &getLiveOut(const CfgNode *Node) { in getLiveOut() function
DIceCfgNode.cpp710 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()