HomeSort by relevance Sort by last modified time
    Searched refs:setBlockFreq (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 65 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
BlockFrequencyInfoImpl.h 486 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 68 void setBlockFreq(BlockT *BB, BlockFrequency Freq) {
176 setBlockFreq(BB, 0);
179 setBlockFreq(BB, EntryFreq);
185 setBlockFreq(BB, getEdgeFreq(Pred, BB));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 226 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) {
228 BFI->setBlockFreq(BB, Freq);
248 BFI->setBlockFreq(BB, BBFreq.getLimitedValue());
250 BFI->setBlockFreq(ReferenceBB, Freq);
BlockFrequencyInfoImpl.cpp 594 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 83 void setBlockFreq(const BasicBlock *BB, uint64_t Freq);
BlockFrequencyInfoImpl.h 533 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 165 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) {
167 BFI->setBlockFreq(BB, Freq);
BlockFrequencyInfoImpl.cpp 555 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 375 BFI->setBlockFreq(BodyBlock, BFI->getBlockFreq(Target).getFrequency());
399 BFI->setBlockFreq(DirectSucc, BlockFreqForDirectSucc.getFrequency());
402 BFI->setBlockFreq(Target, NewBlockFreqForTarget.getFrequency());
InlineFunction.cpp     [all...]
CodeExtractor.cpp     [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.h 115 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
BranchFolding.cpp 468 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB));
554 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BranchFolding.h 142 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
BranchFolding.cpp 473 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB));
560 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
PGOMemOPSizeOpt.cpp 349 BFI.setBlockFreq(MergeBB, OrigBBFreq.getFrequency());
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]

Completed in 2863 milliseconds