Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp417 if (Function *OutF = CE.extractCodeRegion(CEAC)) { in extractColdRegion() local
418 User *U = *OutF->user_begin(); in extractColdRegion()
421 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()
422 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
428 OutF->setSection(ColdSectionName); in extractColdRegion()
431 OutF->setSection(OrigF->getSection()); in extractColdRegion()
434 markFunctionCold(*OutF, BFI != nullptr); in extractColdRegion()
436 LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF); in extractColdRegion()
441 << ore::NV("Split", OutF); in extractColdRegion()
443 return OutF; in extractColdRegion()