Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
|
| 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 |
| |
| #define DEBUG_TYPE "block-freq" |
| Enumerator |
|---|
| GVDT_None |
|
| GVDT_Fraction |
|
| GVDT_Integer |
|
| GVDT_None |
|
| GVDT_Fraction |
|
| GVDT_Integer |
|
Definition at line 30 of file BlockFrequencyInfo.cpp.
| block Block Frequency Analysis |
| 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 |