LLVM  8.0.1
Macros | Functions
CoroEarly.cpp File Reference
#include "CoroInternal.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
Include dependency graph for CoroEarly.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "coro-early"
 

Functions

static void setCannotDuplicate (CoroIdInst *CoroId)
 
 INITIALIZE_PASS (CoroEarly, "coro-early", "Lower early coroutine intrinsics", false, false) Pass *llvm
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "coro-early"

Definition at line 23 of file CoroEarly.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( CoroEarly  ,
"coro-early"  ,
"Lower early coroutine intrinsics ,
false  ,
false   
)

Definition at line 260 of file CoroEarly.cpp.

◆ setCannotDuplicate()

static void setCannotDuplicate ( CoroIdInst CoroId)
static