Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2244 fillOverallFunction(Module & M,OutlinableGroup & CurrentGroup,std::vector<DenseMap<Value *,BasicBlock * >> & OutputStoreBBs,std::vector<Function * > & FuncsToRemove,const DenseMap<Value *,Value * > & OutputMappings) fillOverallFunction() argument
2293 deduplicateExtractedSections(Module & M,OutlinableGroup & CurrentGroup,std::vector<Function * > & FuncsToRemove,unsigned & OutlinedFunctionNum) deduplicateExtractedSections() argument
2400 pruneIncompatibleRegions(std::vector<IRSimilarityCandidate> & CandidateVec,OutlinableGroup & CurrentGroup) pruneIncompatibleRegions() argument
2482 findBenefitFromAllRegions(OutlinableGroup & CurrentGroup) findBenefitFromAllRegions() argument
2506 OutlinableGroup &CurrentGroup = *Region.Parent; findOutputValueInRegion() local
2526 findCostOutputReloads(OutlinableGroup & CurrentGroup) findCostOutputReloads() argument
2557 findCostForOutputBlocks(Module & M,OutlinableGroup & CurrentGroup,TargetTransformInfo & TTI) findCostForOutputBlocks() argument
2629 findCostBenefit(Module & M,OutlinableGroup & CurrentGroup) findCostBenefit() argument
2813 OutlinableGroup &CurrentGroup = PotentialGroups[PotentialGroupIdx++]; doOutline() local
2913 OutlinableGroup &CurrentGroup = *CG; doOutline() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp