Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DMemProf.cpp45 const uint64_t NumFrames = in deserialize() local
47 for (uint64_t J = 0; J < NumFrames; J++) { in deserialize()
59 const uint64_t NumFrames = in deserialize() local
62 Frames.reserve(NumFrames); in deserialize()
63 for (uint64_t K = 0; K < NumFrames; K++) { in deserialize()
H A DRawMemProfReader.cpp423 for (size_t I = 0, NumFrames = DI.getNumberOfFrames(); I < NumFrames; in symbolizeAndFilterStackFrames() local
430 I != NumFrames - 1); in symbolizeAndFilterStackFrames()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp237 for (int CurFrame = 1, NumFrames = CyclicCallStack.size(); in handleSCC() local
238 CurFrame != NumFrames; ++CurFrame) { in handleSCC()