Home
last modified time | relevance | path

Searched defs:Probe (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h98 struct Probe { global() struct
109 LineNumberProbe global() argument
/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp29 PseudoProbe Probe; in extractProbeFromDiscriminator() local
58 PseudoProbe Probe; in extractProbe() local
/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp101 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 DMCStreamer.cpp1121 MCPseudoProbe Probe(ProbeSym, Guid, Index, Type, Attr, Discriminator); emitPseudoProbe() local
/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp241 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 DSampleProfileProbe.cpp408 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 DSampleProfile.cpp763 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 DSampleProfileMatcher.cpp67 if (auto Probe = extractProbe(I)) { findIRAnchors() local
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c26 void INSTR_PROF_PROFILE_SET_TIMESTAMP(uint64_t *Probe) { in INSTR_PROF_PROFILE_SET_TIMESTAMP()
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h244 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 DX86DynAllocaExpander.cpp44 enum Lowering { TouchAndSub, Sub, Probe }; global() enumerator
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp571 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 DProfiledBinary.h601 getInlinerDescForProbe(const MCDecodedPseudoProbe * Probe) getInlinerDescForProbe() argument
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp114 unsigned Probe = First; in getTypeCacheHashTableBucket() local
/llvm-project/bolt/lib/Rewrite/
H A DPseudoProbeRewriter.cpp178 std::list<MCDecodedPseudoProbe>::iterator Probe = AP.second.begin(); updatePseudoProbes() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp102 PseudoProbe Probe; extractProbe() local
/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h759 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket(); in advance() local
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp3123 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 DCGRecordLayoutBuilder.cpp636 for (auto Probe = Field; Probe != FieldEnd; ++Probe) in accumulateBitFields() local