Home
last modified time | relevance | path

Searched refs:empty_state (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmemory-optimizer.cc197 EnqueueUses(graph()->start(), empty_state()); in Optimize()
379 state = empty_state(); in VisitCall()
409 state = empty_state(); in MergeStates()
426 EnqueueUses(node, empty_state()); in EnqueueMerge()
Dload-elimination.h268 static AbstractState const* empty_state() { return &empty_state_; } in NON_EXPORTED_BASE()
327 static AbstractState const* empty_state() { in NON_EXPORTED_BASE()
328 return AbstractState::empty_state(); in NON_EXPORTED_BASE()
Dmemory-optimizer.h77 AllocationState const* empty_state() const { return empty_state_; } in empty_state() function
Dcsa-load-elimination.h175 AbstractState const* empty_state() const { return &empty_state_; } in NON_EXPORTED_BASE()
Dload-elimination.cc641 return LoadElimination::empty_state(); in KillAll()
1216 return UpdateState(node, empty_state()); in ReduceStart()
Dcsa-load-elimination.cc442 return UpdateState(node, empty_state()); in ReduceStart()