/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfCorrelator.h | 98 struct Probe { global() struct 109 LineNumberProbe global() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | PseudoProbe.cpp | 29 PseudoProbe Probe; in extractProbeFromDiscriminator() local 58 PseudoProbe Probe; in extractProbe() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 101 addPseudoProbe(const MCPseudoProbe & Probe,const MCPseudoProbeInlineStack & InlineStack) addPseudoProbe() argument 178 for (const auto &Probe : Probes) { emit() local 243 const MCPseudoProbe *Probe = &SentinelProbe; emit() local 562 for (auto &Probe : It->second) { printProbeForAddress() local 589 for (const auto &Probe : Probes) { getCallProbeForAddr() local 618 getInlineContextForProbe(const MCDecodedPseudoProbe * Probe,SmallVectorImpl<MCPseduoProbeFrameLocation> & InlineContextStack,bool IncludeLeaf) const getInlineContextForProbe() argument [all...] |
H A D | MCStreamer.cpp | 1121 MCPseudoProbe Probe(ProbeSym, Guid, Index, Type, Attr, Discriminator); emitPseudoProbe() local
|
/llvm-project/llvm/lib/Support/ |
H A D | FoldingSet.cpp | 241 void *Probe = OldBuckets[i]; in GrowBucketCount() local 282 void *Probe = *Bucket; in FindNodeOrInsertPos() local 401 void *Probe = NodePtr->getNextInBucket(); in advance() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 408 AssignDebugLoc(Probe); in instrumentOneFunc() local 139 if (std::optional<PseudoProbe> Probe = extractProbe(I)) { collectProbeFactors() local 483 if (std::optional<PseudoProbe> Probe = extractProbe(I)) { runOnFunction() local 493 if (std::optional<PseudoProbe> Probe = extractProbe(I)) { runOnFunction() local [all...] |
H A D | SampleProfile.cpp | 763 std::optional<PseudoProbe> Probe = extractProbe(Inst); findFunctionSamples() local 1271 if (std::optional<PseudoProbe> Probe = extractProbe(*I)) tryInlineCandidate() local 1296 if (std::optional<PseudoProbe> Probe = extractProbe(*CB)) getInlineCandidate() local 1628 if (std::optional<PseudoProbe> Probe = extractProbe(I)) { generateMDProfMetadata() local [all...] |
H A D | SampleProfileMatcher.cpp | 67 if (auto Probe = extractProbe(I)) { findIRAnchors() local
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.c | 26 void INSTR_PROF_PROFILE_SET_TIMESTAMP(uint64_t *Probe) { in INSTR_PROF_PROFILE_SET_TIMESTAMP()
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 244 addProbes(ProbeType Probe) addProbes() argument 297 addPseudoProbe(MCSymbol * FuncSym,const MCPseudoProbe & Probe,const MCPseudoProbeInlineStack & InlineStack) addPseudoProbe() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86DynAllocaExpander.cpp | 44 enum Lowering { TouchAndSub, Sub, Probe }; global() enumerator
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.cpp | 571 const MCDecodedPseudoProbe *Probe = PI.first; in populateBodySamplesWithProbesForAllFunctions() local 1188 ProbeCounter[&Probe] += Count; in extractProbesFromRange() local 1249 const MCDecodedPseudoProbe *Probe = PI.first; populateBodySamplesWithProbes() local 1296 for (auto *Probe : I.first->getProbes()) { populateBodySamplesWithProbes() local [all...] |
H A D | ProfiledBinary.h | 601 getInlinerDescForProbe(const MCDecodedPseudoProbe * Probe) getInlinerDescForProbe() argument
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash_itanium.cpp | 114 unsigned Probe = First; in getTypeCacheHashTableBucket() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | PseudoProbeRewriter.cpp | 178 std::list<MCDecodedPseudoProbe>::iterator Probe = AP.second.begin(); updatePseudoProbes() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRSampleProfile.cpp | 102 PseudoProbe Probe; extractProbe() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 759 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket(); in advance() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | intrinsics.cpp | 3123 std::optional<SpecificCall> IntrinsicProcTable::Implementation::Probe( Probe() function in Fortran::evaluate::IntrinsicProcTable::Implementation 3395 std::optional<SpecificCall> IntrinsicProcTable::Probe( Probe() function in Fortran::evaluate::IntrinsicProcTable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 636 for (auto Probe = Field; Probe != FieldEnd; ++Probe) in accumulateBitFields() local
|