Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp505 struct DiffEntry { struct
506 DiffEntry() : Cost(0) {} in DiffEntry() argument
524 SmallVector<DiffEntry, 20> Paths1(NL+1); in runBlockDiff()
525 SmallVector<DiffEntry, 20> Paths2(NL+1); in runBlockDiff()
527 DiffEntry *Cur = Paths1.data(); in runBlockDiff()
528 DiffEntry *Next = Paths2.data(); in runBlockDiff()