OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasEdgeDestLabels
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
DOTGraphTraits.h
126
///
hasEdgeDestLabels
- If this function returns true, the graph is able
128
static bool
hasEdgeDestLabels
() {
132
/// numEdgeDestLabels - If
hasEdgeDestLabels
, this function returns the
138
/// getEdgeDestLabel - If
hasEdgeDestLabels
, this function returns the
GraphWriter.h
210
if (DTraits.
hasEdgeDestLabels
()) {
293
if (DestNodePort >= 0 && DTraits.
hasEdgeDestLabels
())
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
38
static bool
hasEdgeDestLabels
() {
Completed in 377 milliseconds