1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/include/llvm/Analysis
Hiroshi Yamauchi bc180e0da8 [PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part.
Summary:
(Split of off D67120)

TargetLowering/TargetTransformationInfo/SwitchLoweringUtils changes for profile
guided size optimization.

Reviewers: davidxl

Subscribers: eraman, hiraditya, haicheng, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69580
2019-10-31 13:22:56 -07:00
..
Utils [Analysis] Don't assume that unsigned overflow can't happen in EmitGEPOffset (PR42699) 2019-10-17 08:59:06 +00:00
AliasAnalysis.h [AliasAnalysis] Initialize a member variable that may be used by unit test. 2019-08-02 08:05:14 +00:00
AliasAnalysisEvaluator.h
AliasSetTracker.h [AliasSetTracker] Correct AAInfo check. 2019-09-05 23:00:36 +00:00
AssumptionCache.h AssumptionCache: remove old affected values after RAUW. 2019-08-16 09:34:27 +00:00
BasicAliasAnalysis.h [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. 2019-03-22 17:22:19 +00:00
BlockFrequencyInfo.h Add optional arg to profile count getters to filter 2019-04-24 19:51:16 +00:00
BlockFrequencyInfoImpl.h Add optional arg to profile count getters to filter 2019-04-24 19:51:16 +00:00
BranchProbabilityInfo.h
CallGraph.h Revert "[CallGraph] Refine call graph for indirect calls with !callees metadata" 2019-08-16 10:59:18 +00:00
CallGraphSCCPass.h
CallPrinter.h
CaptureTracking.h [CaptureTracker] Let subclasses provide dereferenceability information 2019-08-19 21:56:38 +00:00
CFG.h Recommit "[GVN] Preserve loop related analysis/canonical forms." 2019-07-31 09:27:54 +00:00
CFGPrinter.h
CFLAliasAnalysisUtils.h
CFLAndersAliasAnalysis.h Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
CFLSteensAliasAnalysis.h Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
CGSCCPassManager.h [NewPassManager] Resolve assertion in CGSCCPassManager when CallCounts change. 2019-08-02 18:37:03 +00:00
CmpInstAnalysis.h
CodeMetrics.h
ConstantFolding.h Add FNeg IR constant folding support 2019-05-05 16:07:09 +00:00
DDG.h [DDG] Data Dependence Graph - Root Node 2019-10-01 19:32:42 +00:00
DemandedBits.h
DependenceAnalysis.h
DependenceGraphBuilder.h [DDG] Data Dependence Graph - Root Node 2019-10-01 19:32:42 +00:00
DivergenceAnalysis.h [DivergenceAnalysis] Add methods for querying divergence at use 2019-07-29 10:22:09 +00:00
DominanceFrontier.h
DominanceFrontierImpl.h
DomPrinter.h
DomTreeUpdater.h
DOTGraphTraitsPass.h Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
EHPersonalities.h
GlobalsModRef.h Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
GuardUtils.h
IndirectCallPromotionAnalysis.h
IndirectCallVisitor.h
InlineCost.h [InlineCost] make InlineCost assignable 2019-06-27 23:41:03 +00:00
InstructionPrecedenceTracking.h
InstructionSimplify.h [InstCombine] Limit FMul constant folding for fma simplifications. 2019-09-25 17:03:20 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h
IteratedDominanceFrontier.h Minor cleanup. 2019-07-12 16:13:29 +00:00
IVDescriptors.h Save the induction binary operator in IVDescriptors for non FP induction variables. 2019-05-14 13:26:36 +00:00
IVUsers.h
LazyBlockFrequencyInfo.h
LazyBranchProbabilityInfo.h
LazyCallGraph.h Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
LazyValueInfo.h
LegacyDivergenceAnalysis.h [DivergenceAnalysis] Add methods for querying divergence at use 2019-07-29 10:22:09 +00:00
Lint.h
Loads.h [Alignment][NFC] Finish transition for Loads 2019-10-21 15:10:26 +00:00
LoopAccessAnalysis.h LoopDistribute/LAA: Respect convergent 2019-06-12 13:34:19 +00:00
LoopAnalysisManager.h [LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to preserve it. 2019-08-21 17:00:57 +00:00
LoopCacheAnalysis.h Title: Fix build warning for operator<< when using GCC 7. 2019-08-12 22:20:54 +00:00
LoopInfo.h Revert "[LoopInfo] Limit the iterations to check whether a loop has dedicated 2019-09-27 05:43:30 +00:00
LoopInfoImpl.h [LoopInfo] Remove duplicates in ExitBlocks to reduce the compile time of 2019-09-27 05:43:31 +00:00
LoopIterator.h
LoopPass.h
LoopUnrollAnalyzer.h
MemoryBuiltins.h [InstCombine] Annotate strdup with deref_or_null 2019-09-17 10:12:48 +00:00
MemoryDependenceAnalysis.h [MemDep] allow to select block-scan-limit when constructing MemoryDependenceAnalysis 2019-08-10 01:23:38 +00:00
MemoryLocation.h
MemorySSA.h [MemorySSA] Add additional verification for phis. 2019-07-31 17:41:04 +00:00
MemorySSAUpdater.h [MemorySSA] Make Phi cleanups consistent. 2019-08-20 22:47:58 +00:00
ModuleSummaryAnalysis.h
MustExecute.h [MustExecute] Forward iterate over conditional branches 2019-10-31 00:06:43 -05:00
ObjCARCAliasAnalysis.h [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. 2019-03-22 17:22:19 +00:00
ObjCARCAnalysisUtils.h
ObjCARCInstKind.h [ObjC][ARC] Delete ObjC runtime calls on global variables annotated 2019-06-14 22:06:32 +00:00
OptimizationRemarkEmitter.h
OrderedBasicBlock.h Recommit "[DSE] Preserve basic block ordering using OrderedBasicBlock." 2019-03-29 14:10:24 +00:00
OrderedInstructions.h
Passes.h [MustExec] Add a generic "must-be-executed-context" explorer 2019-08-23 15:17:27 +00:00
PHITransAddr.h
PhiValues.h
PostDominators.h
ProfileSummaryInfo.h [PGO][PGSO] ProfileSummary changes. 2019-09-24 22:17:51 +00:00
PtrUseVisitor.h SROA: Allow eliminating addrspacecasted allocas 2019-06-14 21:38:31 +00:00
RegionInfo.h
RegionInfoImpl.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
RegionIterator.h
RegionPass.h
RegionPrinter.h
ScalarEvolution.h [SCEV] Add a clarifying comment around ExitLimit construction 2019-10-25 10:33:02 -07:00
ScalarEvolutionAliasAnalysis.h [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. 2019-03-22 17:22:19 +00:00
ScalarEvolutionExpander.h [SCEV] Disable canonical expansion for non-affine addrecs. 2019-09-24 23:21:07 +00:00
ScalarEvolutionExpressions.h [SCEV] Add explicit representations of umin/smin 2019-05-07 15:28:47 +00:00
ScalarEvolutionNormalization.h
ScopedNoAliasAA.h [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. 2019-03-22 17:22:19 +00:00
SparsePropagation.h
StackSafetyAnalysis.h
SyncDependenceAnalysis.h
SyntheticCountsUtils.h
TargetFolder.h [IRBuilder] Add CreateUnOp(...) to the IRBuilder to support unary FNeg 2019-05-28 13:00:52 +00:00
TargetLibraryInfo.def Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
TargetLibraryInfo.h Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
TargetTransformInfo.h [PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part. 2019-10-31 13:22:56 -07:00
TargetTransformInfoImpl.h [PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part. 2019-10-31 13:22:56 -07:00
Trace.h
TypeBasedAliasAnalysis.h [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. 2019-03-22 17:22:19 +00:00
TypeMetadataUtils.h Reland: Dead Virtual Function Elimination 2019-10-17 09:58:57 +00:00
ValueLattice.h
ValueLatticeUtils.h
ValueTracking.h [ValueTracking] Remove unused matchSelectPattern optional argument. NFCI. 2019-09-23 13:20:47 +00:00
VecFuncs.def Initial support for IBM MASS vector library 2019-06-05 01:31:43 +00:00
VectorUtils.h [Alignment][NFC] Make VectorUtils uas llvm::Align 2019-10-10 12:35:04 +00:00