LLVM API Documentation
#include "llvm/CodeGen/EdgeBundles.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/Passes.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/GraphWriter.h"
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
| template<> | |
| raw_ostream & | llvm::WriteGraph (raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title) |
Variables | |
| static cl::opt< bool > | ViewEdgeBundles ("view-edge-bundles", cl::Hidden, cl::desc("Pop up a window to show edge bundle graphs")) |
cl::opt<bool> ViewEdgeBundles("view-edge-bundles", cl::Hidden, cl::desc("Pop up a window to show edge bundle graphs")) [static] |