Searched refs:hasDebugValues (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp804 bool HasDbg = DAG->hasDebugValues();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h959 /// hasDebugValues - Return true if there are any SDDbgValue nodes associated
961 bool hasDebugValues() const { return !DbgInfo->empty(); } function in class:llvm::SelectionDAG

Completed in 212 milliseconds