Searched refs:getBlockProfileCount (Results 1 – 13 of 13) sorted by relevance
108 return BFI->getBlockProfileCount(Inst->getParent()); in getProfileCount()252 auto Count = BFI->getBlockProfileCount(BB); in isHotBlock()258 auto Count = BFI->getBlockProfileCount(BB); in isColdBlock()
207 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB) const { in getBlockProfileCount() function in BlockFrequencyInfo211 return BFI->getBlockProfileCount(*getFunction(), BB); in getBlockProfileCount()
63 return BFI->getBlockProfileCount(cast<BasicBlock>(V)); in computeHotness()
560 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F, in getBlockProfileCount() function in BlockFrequencyInfoImplBase
225 Optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount( in getBlockProfileCount() function in MachineBlockFrequencyInfo228 return MBFI ? MBFI->getBlockProfileCount(F, MBB) : None; in getBlockProfileCount()
39 return MBFI->getBlockProfileCount(&MBB); in computeHotness()
62 Optional<uint64_t> getBlockProfileCount(const MachineBasicBlock *MBB) const;
49 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in run()
246 auto BBEdgeCount = BFI.getBlockProfileCount(MI->getParent()); in perform()
1667 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
527 Optional<uint64_t> getBlockProfileCount(const Function &F,975 Optional<uint64_t> getBlockProfileCount(const Function &F,977 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB));1346 BlockFrequencyInfoImplBase::getBlockProfileCount(1428 auto Count = Graph->getBlockProfileCount(Node);
71 Optional<uint64_t> getBlockProfileCount(const BasicBlock *BB) const;
433 return BFI->getBlockProfileCount(BB) in computeOutliningColdRegionsInfo()434 ? BFI->getBlockProfileCount(BB).getValue() in computeOutliningColdRegionsInfo()943 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()