Searched refs:goto_instr (Results 1 – 11 of 11) sorted by relevance
1027 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local1028 if (goto_instr != NULL) return goto_instr; in DoBranch()1661 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local1662 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()1678 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local1679 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()2516 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local2517 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
1019 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local1020 if (goto_instr != NULL) return goto_instr; in DoBranch()1762 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local1763 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()1779 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local1780 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()2567 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local2568 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
1027 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local1028 if (goto_instr != NULL) return goto_instr; in DoBranch()1686 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local1687 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()1703 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local1704 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()2493 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local2494 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
292 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local308 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
1093 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local1094 if (goto_instr != NULL) return goto_instr; in DoBranch()1757 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local1758 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()1774 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local1775 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()2681 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local2682 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
447 void LeavingBlock(int current_block_id, LGoto* goto_instr);
718 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr) { in LeavingBlock() argument723 if (current_block_id + 1 != goto_instr->block_id()) { in LeavingBlock()
397 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local414 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
453 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local470 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
395 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local412 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()