Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp217 auto InsertMatching = [&](const LineLocation &From, const LineLocation &To) { in matchNonCallsiteLocs() local