Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp475 struct DiffEntry { struct
476 DiffEntry() : Cost(0) {} in DiffEntry() function
494 SmallVector<DiffEntry, 20> Paths1(NL+1); in runBlockDiff()
495 SmallVector<DiffEntry, 20> Paths2(NL+1); in runBlockDiff()
497 DiffEntry *Cur = Paths1.data(); in runBlockDiff()
498 DiffEntry *Next = Paths2.data(); in runBlockDiff()