Searched refs:FContext (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 265 SampleContext FContext(FName); in readImpl() local 266 if (FContext.hasContext()) in readImpl() 268 Profiles[FContext] = FunctionSamples(); in readImpl() 269 FunctionSamples &FProfile = Profiles[FContext]; in readImpl() 270 FProfile.setName(FContext.getNameWithoutContext()); in readImpl() 271 FProfile.setContext(FContext); in readImpl() 562 SampleContext FContext(*FName); in readFuncProfile() local 563 Profiles[FContext] = FunctionSamples(); in readFuncProfile() 564 FunctionSamples &FProfile = Profiles[FContext]; in readFuncProfile() 565 FProfile.setName(FContext.getNameWithoutContext()); in readFuncProfile() [all …]
|
| H A D | SampleProf.cpp | 360 SampleContext FContext(Ret.first->first(), RawContext); in trimAndMergeColdContextProfiles() local 362 FProfile.setContext(FContext); in trimAndMergeColdContextProfiles() 363 FProfile.setName(FContext.getNameWithoutContext()); in trimAndMergeColdContextProfiles()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.cpp | 205 SampleContext FContext(*It.first, RawContext); in getFunctionProfileForContext() local 207 FContext.setAttribute(ContextWasInlined); in getFunctionProfileForContext() 209 FProfile.setContext(FContext); in getFunctionProfileForContext() 210 FProfile.setName(FContext.getNameWithoutContext()); in getFunctionProfileForContext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 884 void setContext(const SampleContext &FContext) { Context = FContext; }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 1251 DIScope *FContext = Unit; in codegen() local 1255 FContext, P.getName(), StringRef(), Unit, LineNo, in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 259 DIScope *FContext = Unit; 263 FContext, P.getName(), StringRef(), Unit, LineNo,
|