Lines Matching refs:jsgraph

234                JSGraph* jsgraph, Schedule* schedule,
265 if (jsgraph) {
266 jsgraph_ = jsgraph;
267 simplified_ = jsgraph->simplified();
268 machine_ = jsgraph->machine();
269 common_ = jsgraph->common();
270 javascript_ = jsgraph->javascript();
348 JSGraph* jsgraph() const { return jsgraph_; }
1323 data->info()->osr_offset(), data->jsgraph(), frequency,
1337 data->broker(), data->jsgraph()->Dead(),
1352 JSCallReducer call_reducer(&graph_reducer, data->jsgraph(), data->broker(),
1355 &graph_reducer, data->jsgraph(), data->broker(),
1369 &graph_reducer, data->jsgraph(), data->broker(), flags,
1372 &graph_reducer, temp_zone, data->info(), data->jsgraph(),
1375 JSIntrinsicLowering intrinsic_lowering(&graph_reducer, data->jsgraph(),
1405 data->broker(), data->jsgraph()->Dead());
1412 data->jsgraph(), data->broker(),
1429 data->jsgraph()->GetCachedNodes(&roots);
1440 data->jsgraph()->GetCachedNodes(&roots);
1443 roots.push_back(data->jsgraph()->TrueConstant());
1444 roots.push_back(data->jsgraph()->FalseConstant());
1446 LoopVariableOptimizer induction_vars(data->jsgraph()->graph(),
1473 data->jsgraph()->GetCachedNodes(&roots);
1480 data->jsgraph()->Dead(), data->observe_node_manager());
1501 data->jsgraph()->Dead(), data->observe_node_manager());
1505 data->jsgraph(), data->broker(),
1507 JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(),
1510 &graph_reducer, data->jsgraph(), data->broker());
1512 data->jsgraph(), data->broker());
1514 &graph_reducer, data->jsgraph(), data->broker(), BranchSemantics::kJS);
1542 EscapeAnalysis escape_analysis(data->jsgraph(),
1548 data->jsgraph()->Dead(), data->observe_node_manager());
1550 &reducer, data->jsgraph(), data->broker(),
1571 data->jsgraph()->Dead(), data->observe_node_manager());
1572 AddTypeAssertionsReducer type_assertions(&graph_reducer, data->jsgraph(),
1583 SimplifiedLowering lowering(data->jsgraph(), data->broker(), temp_zone,
1601 data->jsgraph()->GetCachedNodes(&roots);
1608 data->jsgraph()->graph(), &data->info()->tick_counter(), temp_zone);
1630 data->jsgraph()->Dead(), data->observe_node_manager());
1722 data->jsgraph()->Dead(), data->observe_node_manager());
1723 JSGenericLowering generic_lowering(data->jsgraph(), &graph_reducer,
1740 data->jsgraph()->Dead(), data->observe_node_manager());
1743 SimplifiedOperatorReducer simple_reducer(&graph_reducer, data->jsgraph(),
1748 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph());
1782 data->jsgraph()->GetCachedNodes(&roots);
1803 LinearizeEffectControl(data->jsgraph(), schedule, temp_zone,
1815 data->jsgraph()->Dead(),
1835 data->jsgraph()->GetCachedNodes(&roots);
1841 StoreStoreElimination::Run(data->jsgraph(), &data->info()->tick_counter(),
1852 data->jsgraph()->Dead(), data->observe_node_manager());
1854 &graph_reducer, data->jsgraph(), temp_zone, data->source_positions(),
1859 LoadElimination load_elimination(&graph_reducer, data->jsgraph(),
1867 data->jsgraph(), data->broker());
1869 &graph_reducer, data->jsgraph(), data->broker());
1870 TypeNarrowingReducer type_narrowing_reducer(&graph_reducer, data->jsgraph(),
1898 data->jsgraph()->GetCachedNodes(&roots);
1906 data->jsgraph(), temp_zone,
1921 data->jsgraph()->Dead(), data->observe_node_manager());
1923 &graph_reducer, data->jsgraph(), temp_zone, data->source_positions());
1927 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph());
1931 JSGraphAssembler graph_assembler(data->jsgraph(), temp_zone);
1949 data->jsgraph()->Dead(), data->observe_node_manager());
1951 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph());
2006 data->jsgraph()->Dead(),
2008 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph(),
2016 CsaLoadElimination load_elimination(&graph_reducer, data->jsgraph(),
2032 data->jsgraph()->Dead(),
2034 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph(),
2043 &graph_reducer, data->jsgraph(), temp_zone, data->source_positions());
2065 data->jsgraph()->Dead(),
2067 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph(),
2075 CsaLoadElimination load_elimination(&graph_reducer, data->jsgraph(),
2087 data->jsgraph()->Dead(),
2089 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph(),
2098 &graph_reducer, data->jsgraph(), temp_zone, data->source_positions());
2115 data->jsgraph()->Dead(), data->observe_node_manager());
2117 &graph_reducer, data->jsgraph(), temp_zone, data->source_positions());
2120 MachineOperatorReducer machine_reducer(&graph_reducer, data->jsgraph(),
2888 JSGraph* jsgraph, SourcePositionTable* source_positions, CodeKind kind,
2903 jsgraph, nullptr, source_positions, &node_origins,
2973 data.graph(), data.jsgraph(), data.schedule(),