Searched defs:CurrentGroup (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2247 fillOverallFunction(Module & M,OutlinableGroup & CurrentGroup,std::vector<DenseMap<Value *,BasicBlock * >> & OutputStoreBBs,std::vector<Function * > & FuncsToRemove,const DenseMap<Value *,Value * > & OutputMappings) fillOverallFunction() argument 2296 deduplicateExtractedSections(Module & M,OutlinableGroup & CurrentGroup,std::vector<Function * > & FuncsToRemove,unsigned & OutlinedFunctionNum) deduplicateExtractedSections() argument 2403 pruneIncompatibleRegions(std::vector<IRSimilarityCandidate> & CandidateVec,OutlinableGroup & CurrentGroup) pruneIncompatibleRegions() argument 2485 findBenefitFromAllRegions(OutlinableGroup & CurrentGroup) findBenefitFromAllRegions() argument 2509 OutlinableGroup &CurrentGroup = *Region.Parent; findOutputValueInRegion() local 2529 findCostOutputReloads(OutlinableGroup & CurrentGroup) findCostOutputReloads() argument 2560 findCostForOutputBlocks(Module & M,OutlinableGroup & CurrentGroup,TargetTransformInfo & TTI) findCostForOutputBlocks() argument 2632 findCostBenefit(Module & M,OutlinableGroup & CurrentGroup) findCostBenefit() argument 2816 OutlinableGroup &CurrentGroup = PotentialGroups[PotentialGroupIdx++]; doOutline() local 2916 OutlinableGroup &CurrentGroup = *CG; doOutline() local [all...] |
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 99 std::unique_ptr<GroupT> CurrentGroup = std::make_unique<GroupT>(); in optimizeRules() local [all...] |