Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:notNullBB

192     llvm::BasicBlock *notNullBB = createBasicBlock("cast.notnull");
196 Builder.CreateCondBr(isNull, endBB, notNullBB);
197 EmitBlock(notNullBB);
217 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock();
222 PHI->addIncoming(Value, notNullBB);