Home
last modified time | relevance | path

Searched refs:PrepareForLoopExit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dcontrol-builders.cc93 environment()->PrepareForLoopExit(loop_environment_->GetControlDependency(), in ExitLoop()
Dast-graph-builder.h487 void PrepareForLoopExit(Node* loop, BitVector* assigned_variables);
Dbytecode-graph-builder.cc78 void PrepareForLoopExit(Node* loop,
364 void BytecodeGraphBuilder::Environment::PrepareForLoopExit( in PrepareForLoopExit() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
2129 environment()->PrepareForLoopExit(loop_node, loop_info.assignments()); in BuildLoopExitsUntilLoop()
Dast-graph-builder.cc717 void AstGraphBuilder::Environment::PrepareForLoopExit( in PrepareForLoopExit() function in v8::internal::compiler::AstGraphBuilder::Environment