Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp148 const LBREntry &LBR = State.getCurrentLBR(); in unwindReturn()
294 const LBREntry &Branch = State.getCurrentLBR(); in unwind()
H A DPerfReader.h301 const LBREntry &getCurrentLBR() const { return LBRStack[LBRIndex]; } in getCurrentLBR() function