Home
last modified time | relevance | path

Searched refs:BuildLoopExitsForBranch (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h212 void BuildLoopExitsForBranch(int target_offset);
Dbytecode-graph-builder.cc2068 BuildLoopExitsForBranch(target_offset); in MergeIntoSuccessorEnvironment()
2113 void BytecodeGraphBuilder::BuildLoopExitsForBranch(int target_offset) { in BuildLoopExitsForBranch() function in v8::internal::compiler::BytecodeGraphBuilder