Lines Matching defs:CurrentOS
2251 OutlinableRegion *CurrentOS = CurrentGroup.Regions[0];
2255 << *CurrentOS->ExtractedFunction << " to instruction "
2257 moveFunctionData(*CurrentOS->ExtractedFunction,
2261 for (Attribute A : CurrentOS->ExtractedFunction->getAttributes().getFnAttrs())
2268 CurrentOS->OutputBlockNum = 0;
2270 replaceArgumentUses(*CurrentOS, NewBBs, OutputMappings, true);
2271 replaceConstants(*CurrentOS);
2276 if (!analyzeAndPruneOutputBlocks(NewBBs, *CurrentOS)) {
2288 CurrentOS->Call = replaceCalledFunction(M, *CurrentOS);
2292 FuncsToRemove.push_back(CurrentOS->ExtractedFunction);
2302 OutlinableRegion *CurrentOS;
2309 CurrentOS = CurrentGroup.Regions[Idx];
2311 *CurrentOS->ExtractedFunction);
2319 replaceArgumentUses(*CurrentOS, NewBBs, OutputMappings);
2320 alignOutputBlockWithAggFunc(CurrentGroup, *CurrentOS, NewBBs,
2324 CurrentOS->Call = replaceCalledFunction(M, *CurrentOS);
2325 FuncsToRemove.push_back(CurrentOS->ExtractedFunction);