Home
last modified time | relevance | path

Searched refs:node_states_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dload-elimination.cc90 if (AbstractState const* const state = node_states_.Get(effect)) { in Reduce()
728 AbstractState const* state = node_states_.Get(effect); in ReduceArrayBufferWasNeutered()
742 AbstractState const* state = node_states_.Get(effect); in ReduceMapGuard()
757 AbstractState const* state = node_states_.Get(effect); in ReduceCheckMaps()
772 AbstractState const* state = node_states_.Get(effect); in ReduceCompareMaps()
790 AbstractState const* state = node_states_.Get(effect); in ReduceEnsureWritableFastElements()
815 AbstractState const* state = node_states_.Get(effect); in ReduceMaybeGrowFastElements()
843 AbstractState const* state = node_states_.Get(effect); in ReduceTransitionElementsKind()
882 AbstractState const* state = node_states_.Get(effect); in ReduceTransitionAndStoreElement()
906 AbstractState const* state = node_states_.Get(effect); in ReduceLoadField()
[all …]
Dload-elimination.h33 : AdvancedReducer(editor), node_states_(zone), jsgraph_(jsgraph) {} in NON_EXPORTED_BASE()
310 Zone* zone() const { return node_states_.zone(); } in NON_EXPORTED_BASE()
313 AbstractStateForEffectNodes node_states_; in NON_EXPORTED_BASE() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc79 std::unordered_map<const NodeDef*, NodeState> node_states_; member in tensorflow::grappler::VirtualSchedulerTest
110 node_states_[node] = NodeState(); in NodeSetUp()
111 node_states_[node].time_ready = time_ready; in NodeSetUp()
112 node_states_[node].device_name = device_name; in NodeSetUp()
1889 manager.Init(&node_states_); in TEST_F()
1897 manager.Init(&node_states_); in TEST_F()
1905 manager.Init(&node_states_); in TEST_F()
1933 manager.Init(&node_states_); in TEST_F()
1990 manager1.Init(&node_states_); in TEST_F()
1992 manager2.Init(&node_states_); in TEST_F()
[all …]