Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:EntryBB

727   llvm::BasicBlock *EntryBB = createBasicBlock("entry", CurFn);
733 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);
739 Builder.SetInsertPoint(EntryBB);