Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitBlock

1289   /// EmitBlock - Emit the given block \arg BB and set it as the insert point,
1297 void EmitBlock(llvm::BasicBlock *BB, bool IsFinished=false);
1325 EmitBlock(createBasicBlock());
1794 /// calling EmitBlock, EmitBranch, or EmitStmt.