Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp226 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { in setBlockFreq() function in BlockFrequencyInfo
228 BFI->setBlockFreq(BB, Freq); in setBlockFreq()
248 BFI->setBlockFreq(BB, BBFreq.getLimitedValue()); in setBlockFreqAndScale()
250 BFI->setBlockFreq(ReferenceBB, Freq); in setBlockFreqAndScale()
DBlockFrequencyInfoImpl.cpp594 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node, in setBlockFreq() function in BlockFrequencyInfoImplBase
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DBlockFrequencyImpl.h68 void setBlockFreq(BlockT *BB, BlockFrequency Freq) { in setBlockFreq() function
176 setBlockFreq(BB, 0); in doBlock()
179 setBlockFreq(BB, EntryFreq); in doBlock()
185 setBlockFreq(BB, getEdgeFreq(Pred, BB)); in doBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp375 BFI->setBlockFreq(BodyBlock, BFI->getBlockFreq(Target).getFrequency()); in SplitIndirectBrCriticalEdges()
399 BFI->setBlockFreq(DirectSucc, BlockFreqForDirectSucc.getFrequency()); in SplitIndirectBrCriticalEdges()
402 BFI->setBlockFreq(Target, NewBlockFreqForTarget.getFrequency()); in SplitIndirectBrCriticalEdges()
DInlineFunction.cpp1425 CallerBFI->setBlockFreq(ClonedBB, Freq); in updateCallerBFI()
2240 IFI.CallerBFI->setBlockFreq( in InlineFunction()
DCodeExtractor.cpp1235 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp165 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { in setBlockFreq() function in BlockFrequencyInfo
167 BFI->setBlockFreq(BB, Freq); in setBlockFreq()
DBlockFrequencyInfoImpl.cpp555 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node, in setBlockFreq() function in BlockFrequencyInfoImplBase
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h65 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
DBlockFrequencyInfoImpl.h486 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
928 void setBlockFreq(const BlockT *BB, uint64_t Freq);
984 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) {
986 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq);
994 BlockFrequencyInfoImplBase::setBlockFreq(NewNode, Freq);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h83 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
DBlockFrequencyInfoImpl.h533 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
989 void setBlockFreq(const BlockT *BB, uint64_t Freq);
1048 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) {
1050 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq);
1058 BlockFrequencyInfoImplBase::setBlockFreq(NewNode, Freq);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.h142 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
DBranchFolding.cpp473 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB)); in SplitMBBAt()
560 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq() function in BranchFolder::MBFIWrapper
1267 MBBFreqInfo.setBlockFreq(&TailMBB, AccumulatedMBBFreq); in setCommonTailEdgeWeights()
/external/llvm/lib/CodeGen/
DBranchFolding.h115 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
DBranchFolding.cpp468 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB)); in SplitMBBAt()
554 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq() function in BranchFolder::MBFIWrapper
1127 MBBFreqInfo.setBlockFreq(&TailMBB, AccumulatedMBBFreq); in setCommonTailEdgeWeights()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp349 BFI.setBlockFreq(MergeBB, OrigBBFreq.getFrequency()); in perform()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1496 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency()); in ThreadEdge()
1609 BFI->setBlockFreq(PredBB, PredBBFreq.getFrequency()); in SplitBlockPreds()
1631 BFI->setBlockFreq(BB, BBNewFreq.getFrequency()); in UpdateBlockFreqAndEdgeWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1968 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency()); in ThreadEdge()
2105 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency()); in SplitBlockPreds()
2147 BFI->setBlockFreq(BB, BBNewFreq.getFrequency()); in UpdateBlockFreqAndEdgeWeight()