/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 226 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()
|
D | BlockFrequencyInfoImpl.cpp | 594 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node, in setBlockFreq() function in BlockFrequencyInfoImplBase
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | BlockFrequencyImpl.h | 68 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/ |
D | BreakCriticalEdges.cpp | 375 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()
|
D | InlineFunction.cpp | 1425 CallerBFI->setBlockFreq(ClonedBB, Freq); in updateCallerBFI() 2240 IFI.CallerBFI->setBlockFreq( in InlineFunction()
|
D | CodeExtractor.cpp | 1235 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 165 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { in setBlockFreq() function in BlockFrequencyInfo 167 BFI->setBlockFreq(BB, Freq); in setBlockFreq()
|
D | BlockFrequencyInfoImpl.cpp | 555 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node, in setBlockFreq() function in BlockFrequencyInfoImplBase
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfo.h | 65 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
|
D | BlockFrequencyInfoImpl.h | 486 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/ |
D | BlockFrequencyInfo.h | 83 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
|
D | BlockFrequencyInfoImpl.h | 533 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/ |
D | BranchFolding.h | 142 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
|
D | BranchFolding.cpp | 473 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/ |
D | BranchFolding.h | 115 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
|
D | BranchFolding.cpp | 468 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/ |
D | PGOMemOPSizeOpt.cpp | 349 BFI.setBlockFreq(MergeBB, OrigBBFreq.getFrequency()); in perform()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1496 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/ |
D | JumpThreading.cpp | 1968 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency()); in ThreadEdge() 2105 BFI->setBlockFreq(NewBB, NewBBFreq.getFrequency()); in SplitBlockPreds() 2147 BFI->setBlockFreq(BB, BBNewFreq.getFrequency()); in UpdateBlockFreqAndEdgeWeight()
|