LLVM  4.0.0
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

#define DEBUG_TYPE   "coro-early"

Definition at line 23 of file CoroEarly.cpp.

Function Documentation

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

Definition at line 215 of file CoroEarly.cpp.

static void setCannotDuplicate ( CoroIdInst CoroId)
static

Definition at line 110 of file CoroEarly.cpp.

References llvm::Value::users().