Searched refs:ParentCost (Results 1 – 1 of 1) sorted by relevance
105 auto ParentCost = Cache.lookup(Parent); in FileDistance() local110 if (ParentCost + Opts.DownCost < ChildCost) in FileDistance()111 ChildCost = ParentCost + Opts.DownCost; in FileDistance()