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.cpp2247 Module &M, OutlinableGroup &CurrentGroup, in fillOverallFunction()
2296 Module &M, OutlinableGroup &CurrentGroup, in deduplicateExtractedSections()
2403 OutlinableGroup &CurrentGroup) { in pruneIncompatibleRegions()
2485 IROutliner::findBenefitFromAllRegions(OutlinableGroup &CurrentGroup) { in findBenefitFromAllRegions()
2509 OutlinableGroup &CurrentGroup = *Region.Parent; in findOutputValueInRegion() local
2529 IROutliner::findCostOutputReloads(OutlinableGroup &CurrentGroup) { in findCostOutputReloads()
2560 OutlinableGroup &CurrentGroup, in findCostForOutputBlocks()
2632 void IROutliner::findCostBenefit(Module &M, OutlinableGroup &CurrentGroup) { in findCostBenefit()
2816 OutlinableGroup &CurrentGroup = PotentialGroups[PotentialGroupIdx++]; in doOutline() local
2916 OutlinableGroup &CurrentGroup = *CG; in doOutline() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp99 std::unique_ptr<GroupT> CurrentGroup = std::make_unique<GroupT>(); in optimizeRules() local