Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp261 if (Function *OutF = CE.extractCodeRegion()) { in extractColdRegion() local
262 User *U = *OutF->user_begin(); in extractColdRegion()
266 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()
267 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
274 markEntireFunctionCold(*OutF); in extractColdRegion()
276 LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF); in extractColdRegion()
281 << ore::NV("Split", OutF); in extractColdRegion()
283 return OutF; in extractColdRegion()