Searched refs:InlinedCount (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 538 uint32_t &InlinedCount, in countRecords() argument 556 ++InlinedCount; in countRecords() 606 InlinedCount += ChildrenToProcess; in countRecords() 610 if (!countRecords<false>(Discard, ProbeCount, InlinedCount, GuidFilter)) in countRecords() 621 uint32_t InlinedCount = 0; in buildAddress2ProbeMap() local 627 if (!countRecords<true>(Discard, ProbeCount, InlinedCount, GuidFilter)) in buildAddress2ProbeMap() 633 InlineTreeVec.reserve(InlinedCount); in buildAddress2ProbeMap() 649 assert(InlineTreeVec.size() == InlinedCount && in buildAddress2ProbeMap()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 444 bool countRecords(bool &Discard, uint32_t &ProbeCount, uint32_t &InlinedCount,
|