Lines Matching refs:CurrentBlock
537 schedule()->AddGoto(CurrentBlock(), Use(label));
548 schedule()->AddBranch(CurrentBlock(), branch, true_block, false_block);
563 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception));
589 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count);
596 schedule()->AddReturn(CurrentBlock(), ret);
603 schedule()->AddReturn(CurrentBlock(), ret);
610 schedule()->AddReturn(CurrentBlock(), ret);
617 schedule()->AddReturn(CurrentBlock(), ret);
627 schedule()->AddReturn(CurrentBlock(), ret);
650 schedule()->AddReturn(CurrentBlock(), ret);
657 schedule()->AddReturn(CurrentBlock(), ret);
665 schedule()->AddReturn(CurrentBlock(), ret);
673 schedule()->AddReturn(CurrentBlock(), ret);
685 schedule()->AddThrow(CurrentBlock(), ret);
723 schedule()->AddTailCall(CurrentBlock(), tail_call);
824 os << CurrentBlock();
829 CurrentBlock()->set_debug_info(debug_info);
835 BasicBlock* RawMachineAssembler::CurrentBlock() {
860 schedule()->AddNode(CurrentBlock(), node);