Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp370 if (Function *OutF = CE.extractCodeRegion(CEAC)) { in extractColdRegion() local
371 User *U = *OutF->user_begin(); in extractColdRegion()
374 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()
375 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
381 OutF->setSection(ColdSectionName); in extractColdRegion()
384 OutF->setSection(OrigF->getSection()); in extractColdRegion()
387 markFunctionCold(*OutF, BFI != nullptr); in extractColdRegion()
389 LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF); in extractColdRegion()
394 << ore::NV("Split", OutF); in extractColdRegion()
396 return OutF; in extractColdRegion()