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.cpp418 if (Function *OutF = CE.extractCodeRegion(CEAC)) { in extractColdRegion() local
419 User *U = *OutF->user_begin(); in extractColdRegion()
422 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()
423 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
429 OutF->setSection(ColdSectionName); in extractColdRegion()
432 OutF->setSection(OrigF->getSection()); in extractColdRegion()
435 markFunctionCold(*OutF, BFI != nullptr); in extractColdRegion()
437 LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF); in extractColdRegion()
442 << ore::NV("Split", OutF); in extractColdRegion()
444 return OutF; in extractColdRegion()