Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp477 uint32_t ChildrenToProcess = in buildAddress2ProbeMap() local
526 InlineTreeVec.resize(InlineTreeVec.size() + ChildrenToProcess); in buildAddress2ProbeMap()
528 MutableArrayRef(InlineTreeVec).take_back(ChildrenToProcess); in buildAddress2ProbeMap()
530 for (uint32_t I = 0; I < ChildrenToProcess; I++) { in buildAddress2ProbeMap()
570 uint32_t ChildrenToProcess = std::move(*ErrorOrCurChildrenToProcess); in countRecords() local
606 InlinedCount += ChildrenToProcess; in countRecords()
609 for (uint32_t I = 0; I < ChildrenToProcess; I++) in countRecords()