Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp429 if (const auto *CtxKey = dyn_cast<AddrBasedCtxKey>(CI.first.getPtr())) { in collectFunctionsFromRawProfile() local
830 const auto *CtxKey = cast<StringBasedCtxKey>(CI.first.getPtr()); in generateLineNumBasedProfile() local
1130 const AddrBasedCtxKey *CtxKey = in generateProbeBasedProfile() local
1141 const RangeSample &RangeCounter, const AddrBasedCtxKey *CtxKey) { in populateBodySamplesWithProbes()
1201 const BranchSample &BranchCounter, const AddrBasedCtxKey *CtxKey) { in populateBoundarySamplesWithProbes()
1223 const AddrBasedCtxKey *CtxKey, const MCDecodedPseudoProbe *LeafProbe) { in getContextNodeForLeafProbe()
1265 const AddrBasedCtxKey *CtxKey, const MCDecodedPseudoProbe *LeafProbe) { in getFunctionProfileForLeafProbe()
H A DPerfReader.cpp458 if (const auto *CtxKey = dyn_cast<StringBasedCtxKey>(K)) { in getContextKeyStr() local
460 } else if (const auto *CtxKey = dyn_cast<AddrBasedCtxKey>(K)) { in getContextKeyStr() local