HomeSort by relevance Sort by last modified time
    Searched refs:OldDL (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 348 const DebugLoc& OldDL = OldI.getDebugLoc();
352 EXPECT_EQ(OldDL.getLine(), NewDL.getLine());
353 EXPECT_EQ(OldDL.getCol(), NewDL.getCol());
356 auto *OldSubprogram = cast<DISubprogram>(OldDL.getScope());
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 366 DebugLoc OldDL = DbgLoc;
369 SavePoint SP = {OldInsertPt, OldDL};
    [all...]

Completed in 68 milliseconds