LLVM API Documentation
#include <vector>
Include dependency graph for FunctionUtils.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Functions | |
Function * | llvm::ExtractCodeRegion (DominatorSet &DS, const std::vector< BasicBlock * > &code, bool AggregateArgs=false) |
Function * | llvm::ExtractLoop (DominatorSet &DS, Loop *L, bool AggregateArgs=false) |
Function * | llvm::ExtractBasicBlock (BasicBlock *BB, bool AggregateArgs=false) |