Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbranch-condition-duplicator.cc93 void BranchConditionDuplicator::ProcessGraph() { in ProcessGraph() function in v8::internal::compiler::BranchConditionDuplicator
105 void BranchConditionDuplicator::Reduce() { ProcessGraph(); } in Reduce()
Dbranch-condition-duplicator.h73 void ProcessGraph();
/third_party/node/deps/v8/src/maglev/
Dmaglev-compiler.cc181 verifier.ProcessGraph(graph_builder.graph()); in Compile()
189 processor.ProcessGraph(graph_builder.graph()); in Compile()
Dmaglev-graph-processor.h82 void ProcessGraph(Graph* graph) { in ProcessGraph() function
Dmaglev-graph-printer.cc523 printer.ProcessGraph(graph); in PrintGraph()
Dmaglev-code-generator.cc344 processor_.ProcessGraph(graph_); in EmitCode()