Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbranch-elimination.cc15 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()
Dstore-store-elimination.cc132 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()
Dstore-store-elimination.h18 static void Run(JSGraph* js_graph, Zone* temp_zone);
Dbranch-elimination.h25 BranchElimination(Editor* editor, JSGraph* js_graph, Zone* zone); in NON_EXPORTED_BASE()
Dstate-values-utils.cc13 StateValuesCache::StateValuesCache(JSGraph* js_graph) in StateValuesCache() argument
14 : js_graph_(js_graph), in StateValuesCache()
Dstate-values-utils.h24 explicit StateValuesCache(JSGraph* js_graph);
Deffect-control-linearizer.cc24 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()