Home
last modified time | relevance | path

Searched refs:FContext (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp265 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 DSampleProf.cpp360 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 DProfileGenerator.cpp205 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 DSampleProf.h884 void setContext(const SampleContext &FContext) { Context = FContext; }
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1251 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 DLangImpl09.rst259 DIScope *FContext = Unit;
263 FContext, P.getName(), StringRef(), Unit, LineNo,