Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc3741 HBasicBlock* empty_false = owner()->graph()->CreateBasicBlock(); in ReturnControl() local
3743 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
3745 HBasicBlock* join = owner()->CreateJoin(empty_true, empty_false, ast_id); in ReturnControl()
3840 HBasicBlock* empty_false = owner()->graph()->CreateBasicBlock(); in ReturnControl() local
3842 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
3845 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl()