|
LLVM
4.0.0
|
#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"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 | |
| #define DEBUG_TYPE "coro-early" |
Definition at line 23 of file CoroEarly.cpp.
| INITIALIZE_PASS | ( | CoroEarly | , |
| "coro-early" | , | ||
| "Lower early coroutine intrinsics" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 215 of file CoroEarly.cpp.
|
static |
Definition at line 110 of file CoroEarly.cpp.
References llvm::Value::users().
1.8.6