HomeSort by relevance Sort by last modified time
    Searched refs:isEdgeHot (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 59 bool isEdgeHot(const MachineBasicBlock *Src,
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BranchProbabilityInfo.h 63 bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 57 bool isEdgeHot(MachineBasicBlock *Src, MachineBasicBlock *Dst) const;
  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 57 bool MachineBranchProbabilityInfo::isEdgeHot(
90 << (isEdgeHot(Src, Dst) ? " [HOT edge]\n" : "\n");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 55 bool MachineBranchProbabilityInfo::isEdgeHot(MachineBasicBlock *Src,
110 << (isEdgeHot(Src, Dst) ? " [HOT edge]\n" : "\n");
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 435 isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const {
488 << (isEdgeHot(Src, Dst) ? " [is HOT now]\n" : "\n"));
508 << (isEdgeHot(Src, Dst) ? " [HOT edge]\n" : "\n");
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 87 bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
92 /// which \see isEdgeHot would return true, return that successor block.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 89 bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
94 /// which \see isEdgeHot would return true, return that successor block.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BranchProbabilityInfo.h 91 bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
96 /// which \see isEdgeHot would return true, return that successor block.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BranchProbabilityInfo.h 91 bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
96 /// which \see isEdgeHot would return true, return that successor block.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 104 bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
109 /// which \see isEdgeHot would return true, return that successor block.

Completed in 490 milliseconds

1 2