Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SD

5873 /// AddDbgValue - Add a dbg_value SDNode. If SD is non-null that means the
5874 /// value is produced by SD.
5875 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) {
5876 DbgInfo->add(DB, SD, isParameter);
5877 if (SD)
5878 SD->setHasDebugValue(true);