Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp53 auto *ParentFrame = State.getParentFrame(); in unwindCall()
114 State.getParentFrame()->recordRangeCount(Target, End, Repeat); in unwindLinear()
262 State.getParentFrame()->recordBranchCount(Branch.Source, Branch.Target, in recordBranchCount()
H A DPerfReader.h305 ProfiledFrame *getParentFrame() { return CurrentLeafFrame->Parent; } in getParentFrame() function