Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode.h24 class NodeData {
39 explicit NodeData(Zone* zone) : bounds_(Bounds(Type::None(zone))) {} in NodeData() function
50 class Node FINAL : public GenericNode<NodeData, Node> {
53 : GenericNode<NodeData, Node>(graph, input_count) {} in Node()
66 typedef GenericGraphVisit::NullNodeVisitor<NodeData, Node> NullNodeVisitor;
/external/llvm/include/llvm/CodeGen/
DScheduleDFS.h77 struct NodeData { struct
81 NodeData(): InstrCount(0), SubtreeID(InvalidSubtreeID) {} in NodeData() argument
103 std::vector<NodeData> DFSNodeData;