Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.cpp60 const LBREntry &LBR = State.getCurrentLBR(); in unwindReturn()
120 const LBREntry &Branch = State.getCurrentLBR(); in unwind()
DPerfReader.h159 const LBREntry &getCurrentLBR() const { return LBRStack[LBRIndex]; } in getCurrentLBR() function