Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLongestCommonSequence.h40 llvm::function_ref<void(Loc, Loc)> InsertMatching) { in longestCommonSequence() argument
66 InsertMatching(AnchorList1[X].first, AnchorList2[Y].first); in longestCommonSequence()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp217 auto InsertMatching = [&](const LineLocation &From, const LineLocation &To) { in matchNonCallsiteLocs() local
233 InsertMatching(Loc, Candidate); in matchNonCallsiteLocs()
248 InsertMatching(L, Candidate); in matchNonCallsiteLocs()
261 InsertMatching(Loc, Candidate); in matchNonCallsiteLocs()