Searched defs:IsNextInAssemblyOrder (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dcode-generator.cc246 bool CodeGenerator::IsNextInAssemblyOrder(RpoNumber block) const { function in class:v8::internal::compiler::CodeGenerator
345 if (!IsNextInAssemblyOrder(true_rpo)) {
350 if (IsNextInAssemblyOrder(true_rpo)) {
359 branch.fallthru = IsNextInAssemblyOrder(false_rpo);

Completed in 109 milliseconds