Searched defs:LBR (Results 1 – 4 of 4) sorted by relevance
/llvm-project/bolt/include/bolt/Profile/ | ||
H A D | DataAggregator.h | 82 SmallVector<LBREntry, 32> LBR; member |
/llvm-project/llvm/tools/llvm-profgen/ | ||
H A D | PerfReader.cpp | 149 const LBREntry &LBR = State.getCurrentLBR(); unwindReturn() local |
H A D | PerfReader.h | 74 LBR = 1, // Only LBR sample. enumerator |
/llvm-project/bolt/lib/Profile/ | ||
H A D | DataAggregator.cpp | 1112 LBREntry LBR = LBRRes.get(); parseBranchSample() local |