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