HomeSort by relevance Sort by last modified time
    Searched refs:NodeColor (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 55 enum NodeColor { WHITE, GRAY, BLACK };
71 // Get/set the NodeColor used in graph algorithms.
72 NodeColor getColor();
73 void setColor(NodeColor color);
118 NodeColor _color;
242 void clearColors(BallLarusNode::NodeColor color);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 70 // Gets the NodeColor used in graph algorithms.
71 BallLarusNode::NodeColor BallLarusNode::getColor() {
75 // Sets the NodeColor used in graph algorithms.
76 void BallLarusNode::setColor(BallLarusNode::NodeColor color) {
359 void BallLarusDag::clearColors(BallLarusNode::NodeColor color) {

Completed in 987 milliseconds