Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NLoc

5170   DebugLoc NLoc = N->getDebugLoc();
5171 if (!(NLoc.isUnknown()) && (OptLevel == CodeGenOpt::None) &&
5172 (OLoc.getDebugLoc() != NLoc)) {