Searched refs:isEdgeHot (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h63 bool isEdgeHot(const MachineBasicBlock *Src,
/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp81 MachineBranchProbabilityInfo::isEdgeHot(const MachineBasicBlock *Src, function in class:MachineBranchProbabilityInfo
123 << (isEdgeHot(Src, Dst) ? " [HOT edge]\n" : "\n");
/external/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h71 bool isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const;
76 /// which \see isEdgeHot would return true, return that successor block.
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp555 isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const { function in class:BranchProbabilityInfo
660 << (isEdgeHot(Src, Dst) ? " [HOT edge]\n" : "\n");

Completed in 384 milliseconds