Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp175 bool UseProfileData = MF.getFunction().hasProfileData(); in runOnMachineFunction() local
176 if (!UseProfileData && !SplitAllEHCode) in runOnMachineFunction()
204 if (UseProfileData) { in runOnMachineFunction()
216 else if (UseProfileData && isColdBlock(MBB, MBFI, PSI) && !SplitAllEHCode) in runOnMachineFunction()