Searched defs:MachineBasicBlockBFIAdapter (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineSizeOpts.cpp | 124 struct MachineBasicBlockBFIAdapter { struct 125 static bool isFunctionColdInCallGraph(const MachineFunction *MF, in isFunctionColdInCallGraph() 130 static bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() 138 static bool isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() 144 static bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() 149 static bool isColdBlock(BlockFrequency BlockFreq, in isColdBlock() 154 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile() 161 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile() 168 static bool isColdBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, in isColdBlockNthPercentile() 174 static bool isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, in isColdBlockNthPercentile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineSizeOpts.cpp | 79 struct MachineBasicBlockBFIAdapter { struct 80 static bool isFunctionColdInCallGraph(const MachineFunction *MF, in isFunctionColdInCallGraph() 85 static bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() 93 static bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() 98 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile()
|