Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp162 Function *&FuncWithoutProfile) { in functionHasProfile() argument
163 FuncWithoutProfile = nullptr; in functionHasProfile()
166 FuncWithoutProfile = R->second; in functionHasProfile()
167 return !FuncWithoutProfile; in functionHasProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h220 Function *&FuncWithoutProfile);