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.cpp659 LiveBeginEndMap *LiveBegin = nullptr; in liveness()
660 LiveBeginEndMap *LiveEnd = nullptr; in liveness()
761 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this); in livenessValidateIntervals()
762 LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this); in livenessValidateIntervals()
818 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this); in livenessAddIntervals()
819 LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this); in livenessAddIntervals()
DIceDefs.h285 using LiveBeginEndMap = LivenessVector<LiveBeginEndMapEntry>; variable
DIceInst.cpp207 Liveness *Liveness, LiveBeginEndMap *LiveBegin, in liveness()
208 LiveBeginEndMap *LiveEnd) { in liveness()
DIceInst.h173 LiveBeginEndMap *LiveBegin, LiveBeginEndMap *LiveEnd);