Home | History | Annotate | Download | only in radeon

Lines Matching refs:getDebugLoc

1546   DebugLoc branchDL = branchInstr->getDebugLoc();
1615 DebugLoc DLBreak = (loopBreakInstr) ? loopBreakInstr->getDebugLoc() : DebugLoc();
1636 DebugLoc DLContinue = (continueInstr) ? continueInstr->getDebugLoc() : DebugLoc();
1706 DebugLoc DL = branchInstr->getDebugLoc();
1779 DebugLoc DL = branchInstr->getDebugLoc();
2906 if (instr->getDebugLoc().isUnknown() == false) {
2907 DL = instr->getDebugLoc();