Searched refs:js_graph (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | branch-elimination.cc | 15 BranchElimination::BranchElimination(Editor* editor, JSGraph* js_graph, in BranchElimination() argument 18 jsgraph_(js_graph), in BranchElimination() 19 node_conditions_(js_graph->graph()->NodeCount(), zone), in BranchElimination() 20 reduced_(js_graph->graph()->NodeCount(), zone), in BranchElimination() 22 dead_(js_graph->Dead()) {} in BranchElimination()
|
D | store-store-elimination.cc | 132 RedundantStoreFinder(JSGraph* js_graph, Zone* temp_zone); 233 void StoreStoreElimination::Run(JSGraph* js_graph, Zone* temp_zone) { in Run() argument 235 RedundantStoreFinder finder(js_graph, temp_zone); in Run() 339 RedundantStoreFinder::RedundantStoreFinder(JSGraph* js_graph, Zone* temp_zone) in RedundantStoreFinder() argument 340 : jsgraph_(js_graph), in RedundantStoreFinder() 343 in_revisit_(js_graph->graph()->NodeCount(), temp_zone), in RedundantStoreFinder() 344 unobservable_(js_graph->graph()->NodeCount(), in RedundantStoreFinder()
|
D | store-store-elimination.h | 18 static void Run(JSGraph* js_graph, Zone* temp_zone);
|
D | branch-elimination.h | 25 BranchElimination(Editor* editor, JSGraph* js_graph, Zone* zone); in NON_EXPORTED_BASE()
|
D | state-values-utils.cc | 13 StateValuesCache::StateValuesCache(JSGraph* js_graph) in StateValuesCache() argument 14 : js_graph_(js_graph), in StateValuesCache()
|
D | state-values-utils.h | 24 explicit StateValuesCache(JSGraph* js_graph);
|
D | effect-control-linearizer.cc | 24 JSGraph* js_graph, Schedule* schedule, Zone* temp_zone, in EffectControlLinearizer() argument 27 : js_graph_(js_graph), in EffectControlLinearizer() 33 graph_assembler_(js_graph, nullptr, nullptr, temp_zone), in EffectControlLinearizer()
|