Home
last modified time | relevance | path

Searched refs:UseProfileData (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp141 bool UseProfileData = MF.getFunction().hasProfileData(); in runOnMachineFunction() local
142 if (!UseProfileData && !SplitAllEHCode) in runOnMachineFunction()
158 if (UseProfileData) { in runOnMachineFunction()
181 else if (UseProfileData && isColdBlock(MBB, MBFI, PSI) && !SplitAllEHCode) in runOnMachineFunction()