LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
NVPTXAllocaHoisting.cpp File Reference
#include "NVPTXAllocaHoisting.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
Include dependency graph for NVPTXAllocaHoisting.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

FunctionPass * llvm::createAllocaHoisting ()
 

Variables

static RegisterPass
< NVPTXAllocaHoisting > 
llvm::X ("alloca-hoisting","Hoisting alloca instructions in non-entry ""blocks to the entry block")