Searched refs:OutF (Results 1 – 1 of 1) sorted by relevance
261 if (Function *OutF = CE.extractCodeRegion()) { in extractColdRegion() local262 User *U = *OutF->user_begin(); in extractColdRegion()266 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()267 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()274 markEntireFunctionCold(*OutF); in extractColdRegion()276 LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF); in extractColdRegion()281 << ore::NV("Split", OutF); in extractColdRegion()283 return OutF; in extractColdRegion()