OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSimpleNodeLabel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
CFGPrinter.h
35
static std::string
getSimpleNodeLabel
(const BasicBlock *Node,
78
return
getSimpleNodeLabel
(Node, Graph);
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
102
static std::string
getSimpleNodeLabel
(const SDNode *Node,
138
return DOTGraphTraits<SelectionDAG*>::
getSimpleNodeLabel
(Node, G);
279
::
getSimpleNodeLabel
(GluedNodes.back(), DAG);
Completed in 38 milliseconds