LLVM 20.0.0git
|
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/Support/TimeProfiler.h"
#include "llvm/Transforms/Coroutines/ABI.h"
#include "llvm/Transforms/Coroutines/CoroInstr.h"
#include "llvm/Transforms/Utils/ValueMapper.h"
Go to the source code of this file.
Classes | |
class | llvm::coro::BaseCloner |
class | llvm::coro::SwitchCloner |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::coro |
Enumerations | |
enum class | llvm::coro::CloneKind { llvm::coro::SwitchResume , llvm::coro::SwitchUnwind , llvm::coro::SwitchCleanup , llvm::coro::Continuation , llvm::coro::Async } |