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

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

Completed in 67 milliseconds