LLVM API Documentation
#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
#include "llvm/Support/CFG.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "Graph.h"
#include <fstream>
#include <cstdio>
Include dependency graph for ProfilePaths.cpp:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Classes | |
struct | llvm::ProfilePaths |
Functions | |
static RegisterOpt< ProfilePaths > | llvm::X ("paths","Profile Paths") |
static Node * | llvm::findBB (std::vector< Node * > &st, BasicBlock *BB) |