|
LLVM
4.0.0
|
#include "NVPTXAllocaHoisting.h"#include "llvm/CodeGen/StackProtector.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | llvm::initializeNVPTXAllocaHoistingPass (PassRegistry &) |
| INITIALIZE_PASS (NVPTXAllocaHoisting,"alloca-hoisting","Hoisting alloca instructions in non-entry blocks to the entry block", false, false) FunctionPass *llvm | |
| INITIALIZE_PASS | ( | NVPTXAllocaHoisting | , |
| "alloca-hoisting" | , | ||
| "Hoisting alloca instructions in non-entry blocks to the entry block" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 65 of file NVPTXAllocaHoisting.cpp.
1.8.6