Home | History | Annotate | Download | only in compiler

Lines Matching refs:CurrentBlock

75   schedule()->AddGoto(CurrentBlock(), Use(label));
84 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception));
118 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count);
125 schedule()->AddReturn(CurrentBlock(), ret);
133 schedule()->AddReturn(CurrentBlock(), ret);
141 schedule()->AddReturn(CurrentBlock(), ret);
148 schedule()->AddReturn(CurrentBlock(), ret);
155 schedule()->AddReturn(CurrentBlock(), ret);
163 schedule()->AddReturn(CurrentBlock(), ret);
172 schedule()->AddThrow(CurrentBlock(), ret);
202 schedule()->AddTailCall(CurrentBlock(), tail_call);
305 BasicBlock* RawMachineAssembler::CurrentBlock() {
331 schedule()->AddNode(CurrentBlock(), node);