Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.h280 llvm::Instruction *IsActiveIP; member
319 llvm::Instruction *IsActiveIP) { in addArgCleanupDeactivation() argument
322 ArgCleanup.IsActiveIP = IsActiveIP; in addArgCleanupDeactivation()
H A DCGCall.cpp3903 CGF.DeactivateCleanupBlock(I.Cleanup, I.IsActiveIP); in deactivateArgCleanupsBeforeCall()
3904 I.IsActiveIP->eraseFromParent(); in deactivateArgCleanupsBeforeCall()