Searched refs:NormalCleanupDest (Results 1 – 4 of 4) sorted by relevance
590 assert(condition->getOperand(0) == CGF.NormalCleanupDest); in destroyOptimisticNormalEntry()799 NormalCleanupDest = nullptr; in PopCleanupBlock()1216 if (!NormalCleanupDest) in getNormalCleanupDestSlot()1217 NormalCleanupDest = in getNormalCleanupDestSlot()1219 return Address(NormalCleanupDest, CharUnits::fromQuantity(4)); in getNormalCleanupDestSlot()
50 LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr), in CodeGenFunction()
330 llvm::AllocaInst *NormalCleanupDest; variable
3896 addIfPresent(AllocasToIgnore, CGF.NormalCleanupDest); in collectLocals()