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 342 const DebugLoc& OldDL = OldI.getDebugLoc();
346 EXPECT_EQ(OldDL.getLine(), NewDL.getLine());
347 EXPECT_EQ(OldDL.getCol(), NewDL.getCol());
350 DISubprogram OldSubprogram(OldDL.getScope(C));
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 342 DebugLoc OldDL = DbgLoc;
345 SavePoint SP = { OldInsertPt, OldDL };
    [all...]

Completed in 336 milliseconds