Home
last modified time | relevance | path

Searched defs:MachineBasicBlockBFIAdapter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp124 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()