Home
last modified time | relevance | path

Searched defs:CtxKey (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp445 if (const auto *CtxKey = dyn_cast<AddrBasedCtxKey>(CI.first.getPtr())) { in collectFunctionsFromRawProfile() local
932 const auto *CtxKey = cast<StringBasedCtxKey>(CI.first.getPtr()); in generateLineNumBasedProfile() local
1229 const AddrBasedCtxKey *CtxKey = generateProbeBasedProfile() local
1240 populateBodySamplesWithProbes(const RangeSample & RangeCounter,const AddrBasedCtxKey * CtxKey) populateBodySamplesWithProbes() argument
1305 populateBoundarySamplesWithProbes(const BranchSample & BranchCounter,const AddrBasedCtxKey * CtxKey) populateBoundarySamplesWithProbes() argument
1328 getContextNodeForLeafProbe(const AddrBasedCtxKey * CtxKey,const MCDecodedPseudoProbe * LeafProbe) getContextNodeForLeafProbe() argument
1370 getFunctionProfileForLeafProbe(const AddrBasedCtxKey * CtxKey,const MCDecodedPseudoProbe * LeafProbe) getFunctionProfileForLeafProbe() argument
[all...]
H A DPerfReader.cpp494 if (const auto *CtxKey = dyn_cast<StringBasedCtxKey>(K)) { getContextKeyStr() local
496 } else if (const auto *CtxKey = dyn_cast<AddrBasedCtxKey>(K)) { getContextKeyStr() local
/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1329 ContextTableKey CtxKey(ParentCtxID, addObjCMethod() local