Searched refs:js_graph (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | store-store-elimination.cc | 200 RedundantStoreFinder(JSGraph* js_graph, TickCounter* tick_counter, in RedundantStoreFinder() argument 202 : jsgraph_(js_graph), in RedundantStoreFinder() 206 in_revisit_(js_graph->graph()->NodeCount(), temp_zone), in RedundantStoreFinder() 207 unobservable_(js_graph->graph()->NodeCount(), in RedundantStoreFinder() 576 void StoreStoreElimination::Run(JSGraph* js_graph, TickCounter* tick_counter, in Run() argument 579 RedundantStoreFinder finder(js_graph, tick_counter, temp_zone); in Run()
|
D | branch-elimination.cc | 17 BranchElimination::BranchElimination(Editor* editor, JSGraph* js_graph, in BranchElimination() argument 22 jsgraph_(js_graph), in BranchElimination() 23 node_conditions_(js_graph->graph()->NodeCount(), zone), in BranchElimination() 24 reduced_(js_graph->graph()->NodeCount(), zone), in BranchElimination() 27 dead_(js_graph->Dead()), in BranchElimination()
|
D | store-store-elimination.h | 49 static void Run(JSGraph* js_graph, TickCounter* tick_counter,
|
D | state-values-utils.cc | 15 StateValuesCache::StateValuesCache(JSGraph* js_graph) in StateValuesCache() argument 16 : js_graph_(js_graph), in StateValuesCache()
|
D | branch-elimination.h | 31 BranchElimination(Editor* editor, JSGraph* js_graph, Zone* zone, in NON_EXPORTED_BASE()
|
D | state-values-utils.h | 27 explicit StateValuesCache(JSGraph* js_graph);
|
D | effect-control-linearizer.cc | 43 EffectControlLinearizer(JSGraph* js_graph, Schedule* schedule, in EffectControlLinearizer() argument 49 : js_graph_(js_graph), in EffectControlLinearizer()
|