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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 417 llvm::Instruction *cleanupDominator = nullptr;
425 cleanupDominator = Builder.CreateStore(begin, endOfInit);
519 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominator);
    [all...]
CGExprCXX.cpp 770 llvm::Instruction *CleanupDominator = nullptr;
794 CleanupDominator = Builder.CreateStore(BeginPtr, EndOfInit);
    [all...]

Completed in 53 milliseconds