Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp220 const StringBasedCtxKey *CtxKey = in generateProfile() local
222 StringRef ContextId(CtxKey->Context); in generateProfile()
225 getFunctionProfileForContext(ContextId, CtxKey->WasLeafInlined); in generateProfile()
451 const ProbeBasedCtxKey *CtxKey = in generateProfile() local
454 extractPrefixContextStack(ContextStrStack, CtxKey->Probes, Binary); in generateProfile()
H A DPerfReader.cpp352 if (const auto *CtxKey = dyn_cast<StringBasedCtxKey>(K)) { in getContextKeyStr() local
353 return CtxKey->Context; in getContextKeyStr()
354 } else if (const auto *CtxKey = dyn_cast<ProbeBasedCtxKey>(K)) { in getContextKeyStr() local
356 for (const auto *Probe : CtxKey->Probes) { in getContextKeyStr()