Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp129 uint64_t PrevIP = IP.Address; in unwindLinear() local
132 bool SameInlinee = Binary->inlineContextEqual(PrevIP, IP.Address); in unwindLinear()
134 State.switchToFrame(PrevIP); in unwindLinear()
135 State.CurrentLeafFrame->recordRangeCount(PrevIP, End, Repeat); in unwindLinear()