Lines Matching defs:CurrentOS
2248 OutlinableRegion *CurrentOS = CurrentGroup.Regions[0];
2252 << *CurrentOS->ExtractedFunction << " to instruction "
2254 moveFunctionData(*CurrentOS->ExtractedFunction,
2258 for (Attribute A : CurrentOS->ExtractedFunction->getAttributes().getFnAttrs())
2265 CurrentOS->OutputBlockNum = 0;
2267 replaceArgumentUses(*CurrentOS, NewBBs, OutputMappings, true);
2268 replaceConstants(*CurrentOS);
2273 if (!analyzeAndPruneOutputBlocks(NewBBs, *CurrentOS)) {
2285 CurrentOS->Call = replaceCalledFunction(M, *CurrentOS);
2289 FuncsToRemove.push_back(CurrentOS->ExtractedFunction);
2299 OutlinableRegion *CurrentOS;
2306 CurrentOS = CurrentGroup.Regions[Idx];
2308 *CurrentOS->ExtractedFunction);
2316 replaceArgumentUses(*CurrentOS, NewBBs, OutputMappings);
2317 alignOutputBlockWithAggFunc(CurrentGroup, *CurrentOS, NewBBs,
2321 CurrentOS->Call = replaceCalledFunction(M, *CurrentOS);
2322 FuncsToRemove.push_back(CurrentOS->ExtractedFunction);