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));
111 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count);
118 schedule()->AddReturn(CurrentBlock(), ret);
126 schedule()->AddReturn(CurrentBlock(), ret);
134 schedule()->AddReturn(CurrentBlock(), ret);
265 schedule()->AddTailCall(CurrentBlock(), tail_call);
286 schedule()->AddTailCall(CurrentBlock(), tail_call);
307 schedule()->AddTailCall(CurrentBlock(), tail_call);
330 schedule()->AddTailCall(CurrentBlock(), tail_call);
352 schedule()->AddTailCall(CurrentBlock(), tail_call);
374 schedule()->AddTailCall(CurrentBlock(), tail_call);
462 BasicBlock* RawMachineAssembler::CurrentBlock() {
488 schedule()->AddNode(CurrentBlock(), node);