Home
last modified time | relevance | path

Searched refs:ExtractedFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp930 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h107 Function *ExtractedFunction = nullptr; member