Home
last modified time | relevance | path

Searched refs:hasInlineSite (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp44 while (Cur->hasInlineSite()) { in getInlineContext()
340 if (!InlinerNode->hasInlineSite()) in getInlinerDescForProbe()
H A DPseudoProbe.h79 bool hasInlineSite() const { return std::get<0>(ISite) != 0; } in hasInlineSite() function
H A DProfileGenerator.cpp634 bool WasLeafInlined = LeafProbe->InlineTree->hasInlineSite(); in getFunctionProfileForLeafProbe()