LLVM 19.0.0git
Namespaces | Functions | Variables
EdgeBundles.cpp File Reference
#include "llvm/CodeGen/EdgeBundles.h"
#include "llvm/ADT/Twine.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

template<>
raw_ostreamllvm::WriteGraph (raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title)
 Specialize WriteGraph, the standard implementation won't work.
 

Variables

static cl::opt< boolViewEdgeBundles ("view-edge-bundles", cl::Hidden, cl::desc("Pop up a window to show edge bundle graphs"))
 

Variable Documentation

◆ ViewEdgeBundles

cl::opt< bool > ViewEdgeBundles("view-edge-bundles", cl::Hidden, cl::desc("Pop up a window to show edge bundle graphs")) ( "view-edge-bundles"  ,
cl::Hidden  ,
cl::desc("Pop up a window to show edge bundle graphs")   
)
static