Home
last modified time | relevance | path

Searched refs:LiveBeginEndMapEntry (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceDefs.h284 using LiveBeginEndMapEntry = std::pair<SizeT, InstNumberT>; variable
285 using LiveBeginEndMap = LivenessVector<LiveBeginEndMapEntry>;
DIceCfgNode.cpp757 auto ComparePair = [](const LiveBeginEndMapEntry &A, in livenessValidateIntervals()
758 const LiveBeginEndMapEntry &B) { in livenessValidateIntervals()