Home
last modified time | relevance | path

Searched refs:LifetimeStartInst (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp274 llvm::IntrinsicInst *LifetimeStartInst = nullptr; in withReturnValueSlot() local
283 LifetimeStartInst = in withReturnValueSlot()
285 assert(LifetimeStartInst->getIntrinsicID() == in withReturnValueSlot()
305 if (!RequiresDestruction && LifetimeStartInst) { in withReturnValueSlot()
309 CGF.DeactivateCleanupBlock(LifetimeEndBlock, LifetimeStartInst); in withReturnValueSlot()