Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1140 static void fillOverallFunction(Module &M, OutlinableGroup &CurrentGroup, in fillOverallFunction()
1187 Module &M, OutlinableGroup &CurrentGroup, in deduplicateExtractedSections()
1224 OutlinableGroup &CurrentGroup) { in pruneIncompatibleRegions()
1288 IROutliner::findBenefitFromAllRegions(OutlinableGroup &CurrentGroup) { in findBenefitFromAllRegions()
1303 IROutliner::findCostOutputReloads(OutlinableGroup &CurrentGroup) { in findCostOutputReloads()
1336 OutlinableGroup &CurrentGroup, in findCostForOutputBlocks()
1389 void IROutliner::findCostBenefit(Module &M, OutlinableGroup &CurrentGroup) { in findCostBenefit()
1550 OutlinableGroup CurrentGroup; in doOutline() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5483 std::unique_ptr<GroupT> CurrentGroup = std::make_unique<GroupT>(); in optimizeRules() local