Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp414 if (!ExtractedFunction) { in reattachCandidate()
1800 Function *DominatingFunction = Region.ExtractedFunction; in replaceArgumentUses()
1813 Argument *Arg = Region.ExtractedFunction->getArg(ArgIdx); in replaceArgumentUses()
2083 << Region.ExtractedFunction << " to " in alignOutputBlockWithAggFunc()
2103 << Region.ExtractedFunction << " to " in alignOutputBlockWithAggFunc()
2249 moveFunctionData(*CurrentOS->ExtractedFunction, in fillOverallFunction()
2284 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in fillOverallFunction()
2317 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in deduplicateExtractedSections()
2699 Region.ExtractedFunction = in extractSection()
2704 if (!Region.ExtractedFunction) { in extractSection()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h126 Function *ExtractedFunction = nullptr; member