HomeSort by relevance Sort by last modified time
    Searched refs:notNullBB (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGClass.cpp 325 llvm::BasicBlock *notNullBB = createBasicBlock("cast.notnull");
329 Builder.CreateCondBr(isNull, endBB, notNullBB);
330 EmitBlock(notNullBB);
354 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock();
359 PHI->addIncoming(Value.getPointer(), notNullBB);
    [all...]

Completed in 448 milliseconds