Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.h122 uint32_t LBRIndex = 0; member
133 uint64_t LBRLeaf = LBRStack[LBRIndex].Target; in validateInitialState()
156 bool hasNextLBR() const { return LBRIndex < LBRStack.size(); } in hasNextLBR()
157 uint64_t getCurrentLBRSource() const { return LBRStack[LBRIndex].Source; } in getCurrentLBRSource()
158 uint64_t getCurrentLBRTarget() const { return LBRStack[LBRIndex].Target; } in getCurrentLBRTarget()
159 const LBREntry &getCurrentLBR() const { return LBRStack[LBRIndex]; } in getCurrentLBR()
160 void advanceLBR() { LBRIndex++; } in advanceLBR()