Home
last modified time | relevance | path

Searched refs:FProfile (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp362 InlineStack.push_back(&FProfile); in readImpl()
576 FProfile.addTotalSamples(*NumSamples); in readProfile()
669 FProfile.setContext(FContext); in readFuncProfile()
1198 if (FProfile) in readFuncMetadata()
1206 if (FProfile) in readFuncMetadata()
1231 if (FProfile) { in readFuncMetadata()
1254 FunctionSamples *FProfile = nullptr; in readFuncMetadata() local
1257 FProfile = &It->second; in readFuncMetadata()
1637 FunctionSamples *FProfile = nullptr; in readOneFunctionProfile() local
1681 NewStack.push_back(FProfile); in readOneFunctionProfile()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp624 FunctionSamples *FProfile = Node->getFunctionSamples(); in createContextLessProfileMap() local
626 if (FProfile) in createContextLessProfileMap()
627 ContextLessProfiles.Create(Node->getFuncName()).merge(*FProfile); in createContextLessProfileMap()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h626 std::error_code readProfile(FunctionSamples &FProfile);
725 FunctionSamples *FProfile);