LLVM 22.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 bool declaresCoroCleanupIntrinsics (const Module &M)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "coro-cleanup"

Definition at line 20 of file CoroCleanup.cpp.

Function Documentation

◆ declaresCoroCleanupIntrinsics()

bool declaresCoroCleanupIntrinsics ( const Module & M)
static

Definition at line 111 of file CoroCleanup.cpp.

References llvm::coro::declaresIntrinsics().

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

◆ lowerSubFn()