Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp1084 ErrorOr<LBREntry> LBRRes = parseLBREntry(); in parseBranchSample() local
1085 if (std::error_code EC = LBRRes.getError()) in parseBranchSample()
1087 LBREntry LBR = LBRRes.get(); in parseBranchSample()