Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dpipeline.cc200 GraphReducer graph_reducer(&graph); in GenerateCode() local
201 graph_reducer.AddReducer(&phi_reducer); in GenerateCode()
202 graph_reducer.ReduceGraph(); in GenerateCode()
204 graph_reducer.ReduceGraph(); in GenerateCode()
205 graph_reducer.ReduceGraph(); in GenerateCode()
248 GraphReducer graph_reducer(&graph); in GenerateCode() local
249 graph_reducer.AddReducer(&lowering); in GenerateCode()
250 graph_reducer.ReduceGraph(); in GenerateCode()
277 GraphReducer graph_reducer(&graph); in GenerateCode() local
280 graph_reducer.AddReducer(&simple_reducer); in GenerateCode()
[all …]