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/
H A 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()
H A Dload-elimination.h268 static AbstractState const* empty_state() { return &empty_state_; } in empty_state() function in v8::internal::compiler::final::final
327 static AbstractState const* empty_state() { in empty_state() function in v8::internal::compiler::final
328 return AbstractState::empty_state(); in empty_state()
H A Dmemory-optimizer.h77 AllocationState const* empty_state() const { return empty_state_; } in empty_state() function in v8::internal::compiler::final
H A Dcsa-load-elimination.h175 AbstractState const* empty_state() const { return &empty_state_; } in empty_state() function in v8::internal::compiler::final
H A Dcsa-load-elimination.cc442 return UpdateState(node, empty_state()); in ReduceStart()
H A Dload-elimination.cc641 return LoadElimination::empty_state(); in KillAll()
1216 return UpdateState(node, empty_state()); in ReduceStart()

Completed in 7 milliseconds