Searched refs:false_label (Results 1 – 15 of 15) sorted by relevance
374 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit() local375 GenerateLabelDefinition(false_label); in Visit()383 GenerateBranch(condition_result, true_label, false_label); in Visit()391 GenerateLabelBind(false_label); in Visit()406 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit() local407 GenerateLabelDefinition(false_label); in Visit()415 GenerateLabelBind(false_label); in Visit()443 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit() local446 << false_label->generated() << ");\n"; in Visit()644 Label* false_label = nullptr; in Visit() local[all …]
219 Label* false_label);
1367 Label false_label(this); in GotoIf() local1368 Branch(condition, true_label, &false_label); in GotoIf()1369 Bind(&false_label); in GotoIf()1373 Label* false_label) { in GotoIfNot() argument1375 Branch(condition, &true_label, false_label); in GotoIfNot()1380 Label* false_label) { in Branch() argument1384 (false_label->is_used() || false_label->is_bound())) { in Branch()1385 return Goto(constant ? true_label : false_label); in Branch()1389 false_label->MergeVariables(); in Branch()1391 false_label->label_); in Branch()[all …]
35 Label* false_label; member
336 if (branch.false_label == GetLabel(block->rpo_number())) { in TryInsertBranchPoisoning()624 branch->false_label = GetLabel(false_rpo); in ComputeBranchInfo()680 branch.false_label = &continue_label; in AssembleInstruction()
772 void GotoIfNot(SloppyTNode<IntegralT> condition, Label* false_label);774 Label* false_label);781 Label* false_label);
622 uint32_t false_label = in SimplifyLoop() local624 live_target = branch_cond ? true_label : false_label; in SimplifyLoop()625 uint32_t dead_target = !branch_cond ? true_label : false_label; in SimplifyLoop()
2881 Label* flabel = branch->false_label; in AssembleArchBranch()2910 Label* flabel = branch->false_label; in AssembleArchDeoptBranch()
2098 Label* flabel = branch->false_label; in AssembleArchBranch()
2158 Label* flabel = branch->false_label; in AssembleArchBranch()
2758 Label* flabel = branch->false_label; in AssembleArchBranch()
2853 Label* flabel = branch->false_label; in AssembleArchBranch()
2860 Label* flabel = branch->false_label; in AssembleArchBranch()
3072 Label* flabel = branch->false_label; in AssembleArchBranch()
3906 Label* flabel = branch->false_label; in AssembleArchBranch()