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

  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 187 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS,
189 return MBFI ? MBFI->printBlockFreq(OS, Freq) : OS;
193 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS,
195 return MBFI ? MBFI->printBlockFreq(OS, MBB) : OS;
BranchFolding.cpp 560 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS,
562 return MBFI.printBlockFreq(OS, getBlockFreq(MBB));
566 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS,
568 return MBFI.printBlockFreq(OS, Freq);
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 191 printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const {
192 return BFI ? BFI->printBlockFreq(OS, Freq) : OS;
196 BlockFrequencyInfo::printBlockFreq(raw_ostream &OS,
198 return BFI ? BFI->printBlockFreq(OS, BB) : OS;
BlockFrequencyInfoImpl.cpp 573 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS,
579 BlockFrequencyInfoImplBase::printBlockFreq(raw_ostream &OS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 526 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
527 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 488 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
489 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 490 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
491 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 490 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
491 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 490 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
491 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 490 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
491 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 490 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
491 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 490 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
491 raw_ostream &printBlockFreq(raw_ostream &OS,
    [all...]

Completed in 1199 milliseconds