Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp796 const SampleContext *CommonContext = nullptr; in readFuncProfiles() local
806 if (!CommonContext || !CommonContext->IsPrefixOf(FContext)) in readFuncProfiles()
807 CommonContext = &FContext; in readFuncProfiles()
810 if (CommonContext == &FContext || in readFuncProfiles()
811 (CommonContext && CommonContext->IsPrefixOf(FContext))) { in readFuncProfiles()