Searched refs:getCurrentLBR (Results 1 – 2 of 2) sorted by relevance
148 const LBREntry &LBR = State.getCurrentLBR(); in unwindReturn()294 const LBREntry &Branch = State.getCurrentLBR(); in unwind()
301 const LBREntry &getCurrentLBR() const { return LBRStack[LBRIndex]; } in getCurrentLBR() function