Searched refs:ExtractedFunction (Results 1 – 2 of 2) sorted by relevance
930 Argument *Arg = Region.ExtractedFunction->getArg(ArgIdx); in replaceArgumentUses()956 << *Region.ExtractedFunction << " with " << *AggArg in replaceArgumentUses()1138 << Region.ExtractedFunction << " to " in alignOutputBlockWithAggFunc()1149 << Region.ExtractedFunction << " to " in alignOutputBlockWithAggFunc()1230 CurrentGroup.EndBB = moveFunctionData(*CurrentOS->ExtractedFunction, in fillOverallFunction()1235 CurrentOS->ExtractedFunction->getAttributes().getFnAttributes()) in fillOverallFunction()1263 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in fillOverallFunction()1293 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in deduplicateExtractedSections()1557 Region.ExtractedFunction = Region.CE->extractCodeRegion(CEAC); in extractSection()1561 if (!Region.ExtractedFunction) { in extractSection()[all …]
107 Function *ExtractedFunction = nullptr; member