Home
last modified time | relevance | path

Searched refs:LiveBeginEndMap (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceLiveness.h63 LiveBeginEndMap LiveBegin, LiveEnd;
96 LiveBeginEndMap *getLiveBegin(const CfgNode *Node) { in getLiveBegin()
101 LiveBeginEndMap *getLiveEnd(const CfgNode *Node) { in getLiveEnd()
DIceCfgNode.cpp681 LiveBeginEndMap *LiveBegin = nullptr; in liveness()
682 LiveBeginEndMap *LiveEnd = nullptr; in liveness()
783 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this); in livenessValidateIntervals()
784 LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this); in livenessValidateIntervals()
840 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this); in livenessAddIntervals()
841 LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this); in livenessAddIntervals()
DIceDefs.h285 using LiveBeginEndMap = LivenessVector<LiveBeginEndMapEntry>; variable
DIceInst.cpp215 Liveness *Liveness, LiveBeginEndMap *LiveBegin, in liveness()
216 LiveBeginEndMap *LiveEnd) { in liveness()
DIceInst.h168 LiveBeginEndMap *LiveBegin, LiveBeginEndMap *LiveEnd);