OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addCustomGraphFeatures
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp
73
static void
addCustomGraphFeatures
(ScheduleDAG *G,
75
return G->
addCustomGraphFeatures
(GW);
/external/llvm/include/llvm/Support/
DOTGraphTraits.h
145
///
addCustomGraphFeatures
- If a graph is made up of more than just
152
static void
addCustomGraphFeatures
(const GraphType &, GraphWriter &) {}
/external/llvm/lib/Analysis/
RegionPrinter.cpp
134
static void
addCustomGraphFeatures
(const RegionInfo *G,
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
134
static void
addCustomGraphFeatures
(SelectionDAG *G,
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
604
///
addCustomGraphFeatures
- Add custom features for a visualization of
606
virtual void
addCustomGraphFeatures
(GraphWriter<ScheduleDAG*> &) const {}
Completed in 82 milliseconds