Searched refs:DiffEntry (Results 1 – 3 of 3) sorted by relevance
475 struct DiffEntry { struct476 DiffEntry() : Cost(0) {} in DiffEntry() function494 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()
475 struct DiffEntry { struct476 DiffEntry() : Cost(0) {} in DiffEntry() argument494 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()
506 struct DiffEntry { struct507 DiffEntry() : Cost(0) {} in DiffEntry() function525 SmallVector<DiffEntry, 20> Paths1(NL+1); in runBlockDiff()526 SmallVector<DiffEntry, 20> Paths2(NL+1); in runBlockDiff()528 DiffEntry *Cur = Paths1.data(); in runBlockDiff()529 DiffEntry *Next = Paths2.data(); in runBlockDiff()