Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp630 struct DiffEntry { struct
631 DiffEntry() : Cost(0) {} in DiffEntry() function
649 SmallVector<DiffEntry, 20> Paths1(NL+1); in runBlockDiff()
650 SmallVector<DiffEntry, 20> Paths2(NL+1); in runBlockDiff()
652 DiffEntry *Cur = Paths1.data(); in runBlockDiff()
653 DiffEntry *Next = Paths2.data(); in runBlockDiff()