LLVM 23.0.0git
CoroCleanup.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "coro-cleanup"

Functions

static void lowerSubFn (IRBuilder<> &Builder, CoroSubFnInst *SubFn)
static void buildDebugInfoForNoopResumeDestroyFunc (Function *NoopFn)
static bool declaresCoroCleanupIntrinsics (const Module &M)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "coro-cleanup"

Definition at line 21 of file CoroCleanup.cpp.

Function Documentation

◆ buildDebugInfoForNoopResumeDestroyFunc()

void buildDebugInfoForNoopResumeDestroyFunc ( Function * NoopFn)
static

◆ declaresCoroCleanupIntrinsics()

bool declaresCoroCleanupIntrinsics ( const Module & M)
static

Definition at line 203 of file CoroCleanup.cpp.

References llvm::coro::declaresIntrinsics().

Referenced by llvm::CoroCleanupPass::run().

◆ lowerSubFn()