Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dstore-store-elimination.cc200 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()
Dbranch-elimination.cc17 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()
Dstore-store-elimination.h49 static void Run(JSGraph* js_graph, TickCounter* tick_counter,
Dstate-values-utils.cc15 StateValuesCache::StateValuesCache(JSGraph* js_graph) in StateValuesCache() argument
16 : js_graph_(js_graph), in StateValuesCache()
Dbranch-elimination.h31 BranchElimination(Editor* editor, JSGraph* js_graph, Zone* zone, in NON_EXPORTED_BASE()
Dstate-values-utils.h27 explicit StateValuesCache(JSGraph* js_graph);
Deffect-control-linearizer.cc43 EffectControlLinearizer(JSGraph* js_graph, Schedule* schedule, in EffectControlLinearizer() argument
49 : js_graph_(js_graph), in EffectControlLinearizer()