Searched defs:false_target (Results 1 – 2 of 2) sorted by relevance
1432 HBasicBlock* false_target) { in HUnaryControlInstruction()1522 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument4482 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() argument4509 : HUnaryControlInstruction(value, true_target, false_target) { in HUnaryControlInstruction() argument
8017 HBasicBlock* false_target = TestContext::cast(ast_context())->if_false(); in TryInline() local