Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp60 if (ParentFrame == State.getDummyRootPtr() || in unwindCall()
63 if (ParentFrame != State.getDummyRootPtr()) { in unwindCall()
254 State.getDummyRootPtr()->recordBranchCount(Branch.Source, Branch.Target, in recordBranchCount()
322 collectSamplesFromFrameTrie(State.getDummyRootPtr()); in unwind()
H A DPerfReader.h329 ProfiledFrame *getDummyRootPtr() { return &DummyTrieRoot; } in getDummyRootPtr() function