Lines Matching refs:getBBInfo
206 BBInfo &getBBInfo(const BasicBlock &BB) { return BBInfos.find(&BB)->second; } in getBBInfo() function in llvm::ProfileAnnotatorImpl
208 const BBInfo &getBBInfo(const BasicBlock &BB) const { in getBBInfo() function in llvm::ProfileAnnotatorImpl
246 const auto &BBInfo = getBBInfo(*BB); in allTakenPathsExit()
265 if (getBBInfo(BB).getCount() > 0) { in allNonColdSelectsHaveProfile()
289 auto &Info = getBBInfo(BB); in propagateCounterValues()
344 auto &Info = getBBInfo(BB); in ProfileAnnotatorImpl()
348 auto &EI = EdgeInfos.emplace_back(getBBInfo(BB), getBBInfo(*Succ)); in ProfileAnnotatorImpl()
350 getBBInfo(*Succ).addInEdge(EI); in ProfileAnnotatorImpl()
360 uint64_t getBBCount(const BasicBlock &BB) { return getBBInfo(BB).getCount(); } in getBBCount()
378 const auto &BBInfo = PImpl->getBBInfo(*SI.getParent()); in getSelectInstrProfile()
409 const auto &BBInfo = PImpl->getBBInfo(BB); in getOutgoingBranchWeights()