OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSubgraphColor
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
223
/// setSubgraphColorHelper - Implement
setSubgraphColor
. Return
234
DEBUG(dbgs() << "
setSubgraphColor
hit max level\n");
250
errs() << "SelectionDAG::
setSubgraphColor
is only available in debug builds"
256
///
setSubgraphColor
- Convenience for setting subgraph color attribute.
258
void SelectionDAG::
setSubgraphColor
(SDNode *N, const char *Color) {
272
errs() << "SelectionDAG::
setSubgraphColor
is only available in debug builds"
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
265
/// Implementation of
setSubgraphColor
.
316
void
setSubgraphColor
(SDNode *N, const char *Color);
[
all
...]
Completed in 150 milliseconds