LLVM API Documentation
#include <EdgeBundles.h>
Public Member Functions | |
EdgeBundles () | |
unsigned | getBundle (unsigned N, bool Out) const |
unsigned | getNumBundles () const |
getNumBundles - Return the total number of bundles in the CFG. More... | |
ArrayRef< unsigned > | getBlocks (unsigned Bundle) const |
getBlocks - Return an array of blocks that are connected to Bundle. More... | |
const MachineFunction * | getMachineFunction () const |
getMachineFunction - Return the last machine function computed. More... | |
void | view () const |
view - Visualize the annotated bipartite CFG with Graphviz. More... | |
![]() | |
FunctionPass (char &pid) | |
Pass * | createPrinterPass (raw_ostream &O, const std::string &Banner) const |
createPrinterPass - Get a function printer pass. More... | |
virtual void | assignPassManager (PMStack &PMS, PassManagerType T) |
virtual PassManagerType | getPotentialPassManagerType () const |
Return what kind of Pass Manager can manage this pass. More... | |
![]() | |
Pass (PassKind K, char &pid) | |
virtual | ~Pass () |
PassKind | getPassKind () const |
virtual const char * | getPassName () const |
AnalysisID | getPassID () const |
getPassID - Return the PassID number that corresponds to this pass. More... | |
virtual bool | doInitialization (Module &) |
virtual bool | doFinalization (Module &) |
virtual void | print (raw_ostream &O, const Module *M) const |
void | dump () const |
virtual void | preparePassManager (PMStack &) |
Check if available pass managers are suitable for this pass or not. More... | |
void | setResolver (AnalysisResolver *AR) |
AnalysisResolver * | getResolver () const |
virtual void | releaseMemory () |
virtual void * | getAdjustedAnalysisPointer (AnalysisID ID) |
virtual ImmutablePass * | getAsImmutablePass () |
virtual PMDataManager * | getAsPMDataManager () |
virtual void | verifyAnalysis () const |
virtual void | dumpPassStructure (unsigned Offset=0) |
template<typename AnalysisType > | |
AnalysisType * | getAnalysisIfAvailable () const |
bool | mustPreserveAnalysisID (char &AID) const |
template<typename AnalysisType > | |
AnalysisType & | getAnalysis () const |
template<typename AnalysisType > | |
AnalysisType & | getAnalysis (Function &F) |
template<typename AnalysisType > | |
AnalysisType & | getAnalysisID (AnalysisID PI) const |
template<typename AnalysisType > | |
AnalysisType & | getAnalysisID (AnalysisID PI, Function &F) |
Static Public Attributes | |
static char | ID = 0 |
Additional Inherited Members | |
![]() | |
static const PassInfo * | lookupPassInfo (const void *TI) |
static const PassInfo * | lookupPassInfo (StringRef Arg) |
static Pass * | createPass (AnalysisID ID) |
![]() | |
MachineFunctionPass (char &ID) | |
Definition at line 26 of file EdgeBundles.h.
|
inline |
Definition at line 39 of file EdgeBundles.h.
getBlocks - Return an array of blocks that are connected to Bundle.
Definition at line 49 of file EdgeBundles.h.
getBundle - Return the ingoing (Out = false) or outgoing (Out = true) bundle number for basic block N
Definition at line 43 of file EdgeBundles.h.
Referenced by llvm::SpillPlacement::addConstraints(), llvm::SpillPlacement::addLinks(), llvm::SpillPlacement::addPrefSpill(), and llvm::WriteGraph().
|
inline |
getMachineFunction - Return the last machine function computed.
Definition at line 52 of file EdgeBundles.h.
Referenced by llvm::WriteGraph().
|
inline |
getNumBundles - Return the total number of bundles in the CFG.
Definition at line 46 of file EdgeBundles.h.
References llvm::IntEqClasses::getNumClasses().
Referenced by llvm::SpillPlacement::prepare().
void EdgeBundles::view | ( | ) | const |
view - Visualize the annotated bipartite CFG with Graphviz.
Definition at line 73 of file EdgeBundles.cpp.
References llvm::ViewGraph().
|
static |
Definition at line 38 of file EdgeBundles.h.