Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp98 enum class ColorKind { None, Red, Black }; enum
104 using MapType = std::map<Node, ColorKind>;
117 ColorKind other(ColorKind Color) { in other()
118 if (Color == ColorKind::None) in other()
119 return ColorKind::Red; in other()
120 return Color == ColorKind::Red ? ColorKind::Black : ColorKind::Red; in other()
138 ColorKind getColor(Node N) { in getColor()
140 return F != Colors.end() ? F->second : ColorKind::None; in getColor()
143 std::pair<bool, ColorKind> getUniqueColor(const NodeSet &Nodes);
150 std::pair<bool, ColorKind> Coloring::getUniqueColor(const NodeSet &Nodes) { in getUniqueColor()
[all …]