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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
BlockFrequencyInfo.cpp 56 /// getblockFreq - Return block frequency. Return 0 if we don't have the
61 BlockFrequency BlockFrequencyInfo::getBlockFreq(BasicBlock *BB) const {
62 return BFI->getBlockFreq(BB);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 53 /// getblockFreq - Return block frequency. Return 0 if we don't have the
59 getBlockFreq(MachineBasicBlock *MBB) const {
60 return MBFI->getBlockFreq(MBB);
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 168 MachineBlockFrequencyInfo::getBlockFreq(const MachineBasicBlock *MBB) const {
169 return MBFI ? MBFI->getBlockFreq(MBB) : 0;
BranchFolding.cpp 468 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB));
545 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const {
551 return MBFI.getBlockFreq(MBB);
562 return MBFI.printBlockFreq(OS, getBlockFreq(MBB));
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 153 BlockFrequency BlockFrequencyInfo::getBlockFreq(const BasicBlock *BB) const {
154 return BFI ? BFI->getBlockFreq(BB) : 0;
BlockFrequencyInfoImpl.cpp 527 BlockFrequencyInfoImplBase::getBlockFreq(const BlockNode &Node) const {
541 APInt BlockFreq(128, getBlockFreq(Node).getFrequency());
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 77 return getBlockFreq(Src) * Prob;
245 uint64_t D = getBlockFreq(Head).getFrequency();
310 /// getBlockFreq - Return block frequency. Return 0 if we don't have it.
311 BlockFrequency getBlockFreq(BlockT *BB) const {
322 OS << " " << getBlockName(BB) << " = " << getBlockFreq(BB) << "\n";
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 518 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 482 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 482 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 482 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 482 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 482 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 482 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 482 BlockFrequency getBlockFreq(const BlockNode &Node) const;
    [all...]

Completed in 2836 milliseconds