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.cpp153 Function *&FuncWithoutProfile) { in functionHasProfile() argument
154 FuncWithoutProfile = nullptr; in functionHasProfile()
157 FuncWithoutProfile = R->second; in functionHasProfile()
158 return !FuncWithoutProfile; in functionHasProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h231 Function *&FuncWithoutProfile);