Searched refs:setBlockFreq (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMBFIWrapper.h30 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
H A DMachineBlockFrequencyInfo.h69 void setBlockFreq(const MachineBasicBlock *MBB, uint64_t Freq);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp28 void MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, function in class:MBFIWrapper
H A DMachineBlockFrequencyInfo.cpp250 void MachineBlockFrequencyInfo::setBlockFreq(const MachineBasicBlock *MBB, function in class:MachineBlockFrequencyInfo
253 MBFI->setBlockFreq(MBB, Freq);
H A DBranchFolding.cpp420 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB));
1173 MBBFreqInfo.setBlockFreq(&TailMBB, AccumulatedMBBFreq);
H A DMachineSink.cpp353 MBFI->setBlockFreq(NewSucc, NewSuccFreq.getFrequency());
H A DCodeGenPrepare.cpp2253 BFI->setBlockFreq(
6524 BFI->setBlockFreq(EndBlock, BFI->getBlockFreq(StartBlock).getFrequency());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp227 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { function in class:BlockFrequencyInfo
229 BFI->setBlockFreq(BB, Freq);
249 BFI->setBlockFreq(BB, BBFreq.getLimitedValue());
251 BFI->setBlockFreq(ReferenceBB, Freq);
H A DBlockFrequencyInfoImpl.cpp613 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node, function in class:BlockFrequencyInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h83 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
H A DBlockFrequencyInfoImpl.h534 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
1003 void setBlockFreq(const BlockT *BB, uint64_t Freq);
1105 setBlockFreq(&BB, 0);
1110 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) { function in class:llvm::BlockFrequencyInfoImpl
1112 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq);
1120 BlockFrequencyInfoImplBase::setBlockFreq(NewNode, Freq);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp419 BFI->setBlockFreq(BodyBlock, BFI->getBlockFreq(Target).getFrequency());
443 BFI->setBlockFreq(DirectSucc, BlockFreqForDirectSucc.getFrequency());
446 BFI->setBlockFreq(Target, NewBlockFreqForTarget.getFrequency());
H A DInlineFunction.cpp1558 CallerBFI->setBlockFreq(ClonedBB, Freq);
2369 IFI.CallerBFI->setBlockFreq(
H A DCodeExtractor.cpp1667 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp431 BFI.setBlockFreq(MergeBB, OrigBBFreq.getFrequency());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2190 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency());
2306 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency());
2388 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency());
2430 BFI->setBlockFreq(BB, BBNewFreq.getFrequency());

Completed in 166 milliseconds