OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGraphAttrs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
115
const std::string &Attrs = Graph->
getGraphAttrs
(N);
186
///
getGraphAttrs
- Get graph attributes for a node. (eg. "color=red".)
188
const std::string SelectionDAG::
getGraphAttrs
(const SDNode *N) const {
198
errs() << "SelectionDAG::
getGraphAttrs
is only available in debug builds"
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
262
///
getGraphAttrs
- Get graph attributes for a node. (eg. "color=red".)
264
const std::string
getGraphAttrs
(const SDNode *N) const;
[
all
...]
Completed in 1474 milliseconds