Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:cleanupDominator

426   llvm::Instruction *cleanupDominator = nullptr;
434 cleanupDominator = Builder.CreateStore(begin, endOfInit);
531 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominator);
1186 llvm::Instruction *cleanupDominator = nullptr;
1287 if (!cleanupDominator)
1288 cleanupDominator = CGF.Builder.CreateAlignedLoad(
1312 CGF.DeactivateCleanupBlock(cleanups[i-1], cleanupDominator);
1315 if (cleanupDominator)
1316 cleanupDominator->eraseFromParent();