Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp400 if (Function *OutF = CE.extractCodeRegion(CEAC)) { in extractColdRegion() local
401 User *U = *OutF->user_begin(); in extractColdRegion()
404 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()
405 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
411 OutF->setSection(ColdSectionName); in extractColdRegion()
414 OutF->setSection(OrigF->getSection()); in extractColdRegion()
417 markFunctionCold(*OutF, BFI != nullptr); in extractColdRegion()
419 LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF); in extractColdRegion()
424 << ore::NV("Split", OutF); in extractColdRegion()
426 return OutF; in extractColdRegion()