Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2251 Module &M, OutlinableGroup &CurrentGroup, in fillOverallFunction()
2300 Module &M, OutlinableGroup &CurrentGroup, in deduplicateExtractedSections()
2407 OutlinableGroup &CurrentGroup) { in pruneIncompatibleRegions()
2489 IROutliner::findBenefitFromAllRegions(OutlinableGroup &CurrentGroup) { in findBenefitFromAllRegions()
2513 OutlinableGroup &CurrentGroup = *Region.Parent; in findOutputValueInRegion() local
2533 IROutliner::findCostOutputReloads(OutlinableGroup &CurrentGroup) { in findCostOutputReloads()
2564 OutlinableGroup &CurrentGroup, in findCostForOutputBlocks()
2636 void IROutliner::findCostBenefit(Module &M, OutlinableGroup &CurrentGroup) { in findCostBenefit()
2820 OutlinableGroup &CurrentGroup = PotentialGroups[PotentialGroupIdx++]; in doOutline() local
2920 OutlinableGroup &CurrentGroup = *CG; in doOutline() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5566 std::unique_ptr<GroupT> CurrentGroup = std::make_unique<GroupT>(); in optimizeRules() local