Searched refs:GetCFP (Results 1 – 1 of 1) sorted by relevance
327 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedMatches() local333 GetCFP(*llvm::max_element(Matches, [&](const Pair &M1, const Pair &M2) { in EraseUnwantedMatches()334 return GetCFP(M1) < GetCFP(M2); in EraseUnwantedMatches()339 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedMatches()