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