OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGraphName
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Analysis/
CallPrinter.cpp
28
static std::string
getGraphName
(CallGraph *Graph) { return "Call graph"; }
DomPrinter.cpp
57
static std::string
getGraphName
(DominatorTree *DT) {
73
static std::string
getGraphName
(PostDominatorTree *DT) {
BlockFrequencyInfo.cpp
79
static std::string
getGraphName
(const BlockFrequencyInfo *G) {
RegionPrinter.cpp
67
static std::string
getGraphName
(const RegionInfo *) { return "Region Graph"; }
235
std::string GraphName = DOTGraphTraits<RegionInfo *>::
getGraphName
(RI);
/external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp
34
static std::string
getGraphName
(const ScheduleDAG *G) {
MachineBlockFrequencyInfo.cpp
86
static std::string
getGraphName
(const MachineBlockFrequencyInfo *G) {
MachineFunction.cpp
413
static std::string
getGraphName
(const MachineFunction *F) {
[
all
...]
MachineScheduler.cpp
[
all
...]
/external/llvm/include/llvm/Analysis/
CFGPrinter.h
30
static std::string
getGraphName
(const Function *F) {
/external/llvm/include/llvm/Support/
DOTGraphTraits.h
41
///
getGraphName
- Return the label for the graph as a whole. Printed at the
45
static std::string
getGraphName
(const GraphType &) { return ""; }
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
75
static std::string
getGraphName
(const SelectionDAG *G) {
Completed in 263 milliseconds