OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setGraphAttrs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
174
///
setGraphAttrs
- Set graph attributes for a node. (eg. "color=red".)
176
void SelectionDAG::
setGraphAttrs
(const SDNode *N, const char *Attrs) {
180
errs() << "SelectionDAG::
setGraphAttrs
is only available in debug builds"
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
258
///
setGraphAttrs
- Set graph attributes for a node. (eg. "color=red".)
260
void
setGraphAttrs
(const SDNode *N, const char *Attrs);
[
all
...]
Completed in 121 milliseconds