Searched refs:PrintNode (Results 1 - 7 of 7) sorted by relevance

/external/gemmlowp/profiling/
H A Dprofiler.h176 void PrintNode(const Node* node, int level) const { function in class:gemmlowp::ProfileTreeView
184 PrintNode(child, level + 1);
254 PrintNode(&root_, 0);
/external/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp135 dbgs() << PrintNode<RefNode*>(RA, DFG) << "\n";
157 dbgs() << "Dead instr: " << PrintNode<InstrNode*>(IA, DFG) << "\n";
212 dbgs() << " " << PrintNode<RefNode*>(RA, DFG) << '\n';
H A DHexagonRDFOpt.cpp299 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n';
306 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n';
H A DRDFGraph.cpp146 OS << PrintNode<DefNode*>(P.Obj, P.G);
150 OS << PrintNode<PhiUseNode*>(P.Obj, P.G);
152 OS << PrintNode<UseNode*>(P.Obj, P.G);
193 OS << PrintNode<T>(A, P.G);
222 OS << PrintNode<PhiNode*>(P.Obj, P.G);
225 OS << PrintNode<StmtNode*>(P.Obj, P.G);
264 OS << PrintNode<InstrNode*>(I, P.G) << '\n';
274 OS << PrintNode<BlockNode*>(I, P.G) << '\n';
H A DRDFGraph.h853 struct PrintNode : Print<NodeAddr<T>> { struct in inherits:Print
854 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) function in struct:PrintNode
/external/v8/src/compiler/
H A Dgraph-visualizer.cc120 for (Node* const node : all_.reachable) PrintNode(node);
124 void PrintNode(Node* node) { function in class:v8::internal::compiler::JSONGraphNodeWriter
267 void PrintNode(Node* n);
362 void GraphC1Visualizer::PrintNode(Node* n) { function in class:v8::internal::compiler::GraphC1Visualizer
492 PrintNode(node);
511 PrintNode(current->control_input());
/external/v8/src/regexp/
H A Djsregexp.cc4439 void PrintNode(const char* label, RegExpNode* node);
4453 void DotPrinter::PrintNode(const char* label, RegExpNode* node) { function in class:v8::internal::DotPrinter
4768 printer.PrintNode(label, node);

Completed in 196 milliseconds