Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp135 bool UseProfileData = MF.getFunction().hasProfileData(); in runOnMachineFunction() local
136 if (!UseProfileData && !SplitAllEHCode) in runOnMachineFunction()
152 if (UseProfileData) { in runOnMachineFunction()
175 else if (UseProfileData && isColdBlock(MBB, MBFI, PSI) && in runOnMachineFunction()