Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:addIncoming

984   CurPtrPhi->addIncoming(CurPtr, EntryBB);
1015 CurPtrPhi->addIncoming(NextPtr, Builder.GetInsertBlock());
1363 PHI->addIncoming(result, notNullBB);
1364 PHI->addIncoming(llvm::Constant::getNullValue(result->getType()),
1811 PHI->addIncoming(Value, CastNotNull);
1812 PHI->addIncoming(llvm::Constant::getNullValue(Value->getType()), CastNull);