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

  /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/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/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/llvm/lib/CodeGen/
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.cpp 473 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB));
560 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB,
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 486 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 533 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
    [all...]

Completed in 1229 milliseconds