Searched refs:BreakWhen (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dcontrol-builders.h84 void BreakWhen(Node* condition);
141 void BreakWhen(Node* condition, BranchHint = BranchHint::kNone);
H A Dcontrol-builders.cc78 void LoopBuilder::BreakWhen(Node* condition) { function in class:v8::internal::compiler::LoopBuilder
158 void BlockBuilder::BreakWhen(Node* condition, BranchHint hint) { function in class:v8::internal::compiler::BlockBuilder
H A Dast-graph-builder.cc1365 for_block.BreakWhen(is_null_cond, BranchHint::kFalse);
1369 for_block.BreakWhen(is_undefined_cond, BranchHint::kFalse);
1459 for_loop.BreakWhen(condition);

Completed in 112 milliseconds