Searched refs:NodeData (Results 1 – 2 of 2) sorted by relevance
24 class NodeData {39 explicit NodeData(Zone* zone) : bounds_(Bounds(Type::None(zone))) {} in NodeData() function50 class Node FINAL : public GenericNode<NodeData, Node> {53 : GenericNode<NodeData, Node>(graph, input_count) {} in Node()66 typedef GenericGraphVisit::NullNodeVisitor<NodeData, Node> NullNodeVisitor;
77 struct NodeData { struct81 NodeData(): InstrCount(0), SubtreeID(InvalidSubtreeID) {} in NodeData() argument103 std::vector<NodeData> DFSNodeData;