Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp359 if (Function *OutF = CE.extractCodeRegion(CEAC)) { in extractColdRegion() local
360 User *U = *OutF->user_begin(); in extractColdRegion()
363 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()
364 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
370 OutF->setSection(ColdSectionName); in extractColdRegion()
373 OutF->setSection(OrigF->getSection()); in extractColdRegion()
376 markFunctionCold(*OutF, BFI != nullptr); in extractColdRegion()
378 LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF); in extractColdRegion()
383 << ore::NV("Split", OutF); in extractColdRegion()
385 return OutF; in extractColdRegion()