LLVM API Documentation
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/SSARegMap.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Support/LeakDetector.h"
#include "llvm/Support/GraphWriter.h"
#include <fstream>
#include <iostream>
#include <sstream>
Include dependency graph for MachineFunction.cpp:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Classes | |
struct | llvm::DOTGraphTraits< const MachineFunction * > |
Functions | |
static AnnotationID | MF_AID (AnnotationManager::getID("CodeGen::MachineCodeForFunction")) |
FunctionPass * | llvm::createMachineFunctionPrinterPass (std::ostream *OS, const std::string &Banner) |
FunctionPass * | llvm::createMachineCodeDeleter () |
Variables | |
static bool | CFGOnly = false |
|
Referenced by llvm::MachineFunction::construct(), llvm::MachineFunction::destruct(), and llvm::MachineFunction::get(). |
|
CFGOnly flag - This is used to control whether or not the CFG graph printer prints out the contents of basic blocks or not. This is acceptable because this code is only really used for debugging purposes. Definition at line 148 of file MachineFunction.cpp. |