Home
last modified time | relevance | path

Searched defs:CurrentGroup (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2225 Module &M, OutlinableGroup &CurrentGroup, in fillOverallFunction()
2274 Module &M, OutlinableGroup &CurrentGroup, in deduplicateExtractedSections()
2380 OutlinableGroup &CurrentGroup) { in pruneIncompatibleRegions()
2462 IROutliner::findBenefitFromAllRegions(OutlinableGroup &CurrentGroup) { in findBenefitFromAllRegions()
2486 OutlinableGroup &CurrentGroup = *Region.Parent; in findOutputValueInRegion() local
2506 IROutliner::findCostOutputReloads(OutlinableGroup &CurrentGroup) { in findCostOutputReloads()
2537 OutlinableGroup &CurrentGroup, in findCostForOutputBlocks()
2609 void IROutliner::findCostBenefit(Module &M, OutlinableGroup &CurrentGroup) { in findCostBenefit()
2794 OutlinableGroup &CurrentGroup = PotentialGroups[PotentialGroupIdx++]; in doOutline() local
2894 OutlinableGroup &CurrentGroup = *CG; in doOutline() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp101 std::unique_ptr<GroupT> CurrentGroup = std::make_unique<GroupT>(); in optimizeRules() local