Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp31 bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() function
38 bool isColdBlock(BlockFrequency BlockFreq, in isColdBlock() function
144 static bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() function
149 static bool isColdBlock(BlockFrequency BlockFreq, in isColdBlock() function
H A DMachineFunctionSplitter.cpp81 static bool isColdBlock(const MachineBasicBlock &MBB, in isColdBlock() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp79 static bool isColdBlock(const BasicBlock *BB, in isColdBlock() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp332 bool ProfileSummaryInfo::isColdBlock(const BasicBlock *BB, in isColdBlock() function in ProfileSummaryInfo