Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.cc4052 HBasicBlock* empty_false = owner()->graph()->CreateBasicBlock(); in ReturnControl() local
4054 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
4056 HBasicBlock* join = owner()->CreateJoin(empty_true, empty_false, ast_id); in ReturnControl()
4151 HBasicBlock* empty_false = owner()->graph()->CreateBasicBlock(); in ReturnControl() local
4153 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
4156 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl()