Go to the source code of this file.
|
| llvm |
| List of target independent CodeGen pass IDs.
|
|
|
static cl::opt< GVDAGType > | ViewBlockFreqPropagationDAG ("view-block-freq-propagation-dags", cl::Hidden, cl::desc("Pop up a window to show a dag displaying how block ""frequencies propagation through the CFG."), cl::values(clEnumValN(GVDT_None,"none","do not display graphs."), clEnumValN(GVDT_Fraction,"fraction","display a graph using the ""fractional block frequency representation."), clEnumValN(GVDT_Integer,"integer","display a graph using the raw ""integer fractional block frequency representation."), clEnumValEnd)) |
|
block | freq |
|
block Block Frequency | Analysis |
|
block Block Frequency | true |
|
block Block Frequency Analysis |
Definition at line 109 of file BlockFrequencyInfo.cpp.
Referenced by llvm::MachineBasicBlock::computeRegisterLiveness(), llvm::DOTGraphTraitsViewer< Analysis, Simple >::getAnalysisUsage(), llvm::DOTGraphTraitsPrinter< Analysis, Simple >::getAnalysisUsage(), llvm::DOTGraphTraitsModuleViewer< Analysis, Simple >::getAnalysisUsage(), llvm::DOTGraphTraitsModulePrinter< Analysis, Simple >::getAnalysisUsage(), llvm::DOTGraphTraitsViewer< Analysis, Simple >::runOnFunction(), llvm::DOTGraphTraitsPrinter< Analysis, Simple >::runOnFunction(), llvm::DOTGraphTraitsModuleViewer< Analysis, Simple >::runOnModule(), and llvm::DOTGraphTraitsModulePrinter< Analysis, Simple >::runOnModule().
block Block Frequency true |
cl::opt<GVDAGType> ViewBlockFreqPropagationDAG("view-block-freq-propagation-dags", cl::Hidden, cl::desc("Pop up a window to show a dag displaying how block ""frequencies propagation through the CFG."), cl::values(clEnumValN(GVDT_None,"none","do not display graphs."),clEnumValN(GVDT_Fraction,"fraction","display a graph using the ""fractional block frequency representation."),clEnumValN(GVDT_Integer,"integer","display a graph using the raw ""integer fractional block frequency representation."),clEnumValEnd)) |
|
static |