Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h91 FunctionsWithoutProfile; variable
138 freeContainer(FunctionsWithoutProfile); in clearMatchingData()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp155 auto R = FunctionsWithoutProfile.find(IRFuncName); in functionHasProfile()
156 if (R != FunctionsWithoutProfile.end()) in functionHasProfile()
774 FunctionsWithoutProfile[FunctionId(CanonFName)] = &F; in findFunctionsWithoutProfile()