Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.h78 llvm::Instruction *IsActiveIP; member
107 llvm::Instruction *IsActiveIP) { in addArgCleanupDeactivation() argument
110 ArgCleanup.IsActiveIP = IsActiveIP; in addArgCleanupDeactivation()
DCGCall.cpp2989 CGF.DeactivateCleanupBlock(I.Cleanup, I.IsActiveIP); in deactivateArgCleanupsBeforeCall()
2990 I.IsActiveIP->eraseFromParent(); in deactivateArgCleanupsBeforeCall()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.h283 llvm::Instruction *IsActiveIP; member
322 llvm::Instruction *IsActiveIP) { in addArgCleanupDeactivation() argument
325 ArgCleanup.IsActiveIP = IsActiveIP; in addArgCleanupDeactivation()
DCGCall.cpp3611 CGF.DeactivateCleanupBlock(I.Cleanup, I.IsActiveIP); in deactivateArgCleanupsBeforeCall()
3612 I.IsActiveIP->eraseFromParent(); in deactivateArgCleanupsBeforeCall()