Home
last modified time | relevance | path

Searched refs:LMD1 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp614 SNodeId LMD1 = S1.getLeftMostDescendant(Row); in getMatchingNodes() local
616 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes()
627 Row = LMD1; in getMatchingNodes()
659 SNodeId LMD1 = S1.getLeftMostDescendant(Id1); in computeForestDist() local
662 ForestDist[LMD1][LMD2] = 0; in computeForestDist()
663 for (SNodeId D1 = LMD1 + 1; D1 <= Id1; ++D1) { in computeForestDist()
666 ForestDist[LMD1][D2] = ForestDist[LMD1][D2 - 1] + InsertionCost; in computeForestDist()
669 if (DLMD1 == LMD1 && DLMD2 == LMD2) { in computeForestDist()