Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp227 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { in setBlockFreq() function in BlockFrequencyInfo
229 BFI->setBlockFreq(BB, Freq); in setBlockFreq()
249 BFI->setBlockFreq(BB, BBFreq.getLimitedValue()); in setBlockFreqAndScale()
251 BFI->setBlockFreq(ReferenceBB, Freq); in setBlockFreqAndScale()
DBlockFrequencyInfoImpl.cpp598 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node, in setBlockFreq() function in BlockFrequencyInfoImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp398 BFI->setBlockFreq(BodyBlock, BFI->getBlockFreq(Target).getFrequency()); in SplitIndirectBrCriticalEdges()
422 BFI->setBlockFreq(DirectSucc, BlockFreqForDirectSucc.getFrequency()); in SplitIndirectBrCriticalEdges()
425 BFI->setBlockFreq(Target, NewBlockFreqForTarget.getFrequency()); in SplitIndirectBrCriticalEdges()
DInlineFunction.cpp1490 CallerBFI->setBlockFreq(ClonedBB, Freq); in updateCallerBFI()
2311 IFI.CallerBFI->setBlockFreq( in InlineFunction()
DCodeExtractor.cpp1522 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h530 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
990 void setBlockFreq(const BlockT *BB, uint64_t Freq);
1049 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) {
1051 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq);
1059 BlockFrequencyInfoImplBase::setBlockFreq(NewNode, Freq);
DBlockFrequencyInfo.h83 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h143 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
DBranchFolding.cpp427 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB)); in SplitMBBAt()
514 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq() function in BranchFolder::MBFIWrapper
1213 MBBFreqInfo.setBlockFreq(&TailMBB, AccumulatedMBBFreq); in setCommonTailEdgeWeights()
DCodeGenPrepare.cpp6125 BFI->setBlockFreq(EndBlock, BFI->getBlockFreq(StartBlock).getFrequency()); in optimizeSelectInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp349 BFI.setBlockFreq(MergeBB, OrigBBFreq.getFrequency()); in perform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp2096 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency()); in ThreadEdge()
2178 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency()); in SplitBlockPreds()
2220 BFI->setBlockFreq(BB, BBNewFreq.getFrequency()); in UpdateBlockFreqAndEdgeWeight()