1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/include/llvm/Analysis
George Burgess IV 550320462c Add static/const qualifiers to methods. NFC.
Split out this change as requested in D14933.

llvm-svn: 261144
2016-02-17 19:59:32 +00:00
..
AliasAnalysis.h [PM/AA] Actually wire the AAManager I built for the new pass manager 2016-02-13 23:32:00 +00:00
AliasSetTracker.h [AliasSetTracker] Teach AliasSetTracker about MemSetInst 2016-02-17 02:01:50 +00:00
AssumptionCache.h
BasicAliasAnalysis.h [PM/AA] Wire BasicAA's new pass manager class up to the pass registry. 2016-02-13 23:46:24 +00:00
BlockFrequencyInfo.h Recommit r250345, it was reverted in r250366 to investigate a bot failure. 2015-10-15 14:59:40 +00:00
BlockFrequencyInfoImpl.h Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight() interfaces from MBPI. 2015-12-18 21:53:24 +00:00
BranchProbabilityInfo.h [BPI] Replace weights by probabilities in BPI. 2015-12-22 18:56:14 +00:00
CallGraph.h
CallGraphSCCPass.h Reformat partially. 2015-09-14 12:51:53 +00:00
CallPrinter.h
CaptureTracking.h
CFG.h Add some constantness to GetSuccessorNumber(). 2015-11-20 23:02:06 +00:00
CFGPrinter.h
CFLAliasAnalysis.h Minor style cleanup of CFLAA. NFC. 2016-01-28 00:54:01 +00:00
CGSCCPassManager.h Typo. 2016-02-17 14:45:36 +00:00
CodeMetrics.h Add convergent property to CodeMetrics. 2016-02-12 21:01:31 +00:00
ConstantFolding.h [opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoadFromConstPtr. 2016-01-22 01:17:26 +00:00
DemandedBits.h Avoid overly large SmallPtrSet/SmallSet 2016-01-30 01:24:31 +00:00
DependenceAnalysis.h Reformat partially. 2015-09-14 12:51:53 +00:00
DivergenceAnalysis.h [DivergenceAnalysis] Separated definition of class into header. 2015-09-21 17:58:14 +00:00
DominanceFrontier.h
DominanceFrontierImpl.h
DomPrinter.h
DOTGraphTraitsPass.h DOTGraphTraits: Allow the decision to show a graph to consider the analysis 2015-12-17 12:48:25 +00:00
EHPersonalities.h [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
GlobalsModRef.h [GlobalsAA] An indirect global that is initialized is not fair game 2015-10-28 10:41:29 +00:00
InlineCost.h Refactor threshold computation for inline cost analysis 2016-01-14 23:16:29 +00:00
InstructionSimplify.h [opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the source element type of the GEP as an argument. 2016-01-17 22:46:43 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h
IteratedDominanceFrontier.h Make more headers self-contained. 2016-01-27 18:03:37 +00:00
IVUsers.h
LazyCallGraph.h [LCG] Construct an actual call graph with call-edge SCCs nested inside 2016-02-17 00:18:16 +00:00
LazyValueInfo.h
Lint.h
Loads.h Make context-sensitive isDereferenceable queries in isSafeToLoadUnconditionally 2016-02-11 13:42:59 +00:00
LoopAccessAnalysis.h [SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory 2016-02-08 17:02:45 +00:00
LoopInfo.h Fix a type in a comment 2016-01-21 17:32:12 +00:00
LoopInfoImpl.h CodeGen: Continue removing ilist iterator implicit conversions 2015-10-09 19:40:45 +00:00
LoopIterator.h
LoopPass.h LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC 2015-12-16 18:40:20 +00:00
LoopUnrollAnalyzer.h Factor out UnrollAnalyzer to Analysis, and add unit tests for it. 2016-02-08 23:03:59 +00:00
MemoryBuiltins.h Add static/const qualifiers to methods. NFC. 2016-02-17 19:59:32 +00:00
MemoryDependenceAnalysis.h inariant.group handling in GVN 2015-10-02 22:12:22 +00:00
MemoryLocation.h
ObjCARCAliasAnalysis.h [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
ObjCARCAnalysisUtils.h Add support for objc_unsafeClaimAutoreleasedReturnValue to the 2016-01-27 19:05:08 +00:00
ObjCARCInstKind.h Add support for objc_unsafeClaimAutoreleasedReturnValue to the 2016-01-27 19:05:08 +00:00
OrderedBasicBlock.h
Passes.h [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
PHITransAddr.h Reformat partially. 2015-09-14 12:51:53 +00:00
PostDominators.h
PtrUseVisitor.h
RegionInfo.h
RegionInfoImpl.h RegionInfo: Correctly expand regions 2015-10-25 22:55:59 +00:00
RegionIterator.h
RegionPass.h
RegionPrinter.h
ScalarEvolution.h [SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory 2016-02-08 17:02:45 +00:00
ScalarEvolutionAliasAnalysis.h [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
ScalarEvolutionExpander.h [SCEVExpander] Make findExistingExpansion smarter 2016-02-16 06:46:58 +00:00
ScalarEvolutionExpressions.h [SCEV] Add boolean accessors for NSW, NUW and NW; NFC 2016-02-04 18:21:54 +00:00
ScalarEvolutionNormalization.h
ScopedNoAliasAA.h [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
SparsePropagation.h Make more headers self-contained. 2016-01-27 18:03:37 +00:00
TargetFolder.h
TargetLibraryInfo.def [Analysis] Become aware of MSVC's new/delete functions 2015-12-03 22:45:19 +00:00
TargetLibraryInfo.h
TargetTransformInfo.h [TTI] Add getPrefetchDistance from PPCLoopDataPrefetch, NFC 2016-01-27 22:21:25 +00:00
TargetTransformInfoImpl.h [TTI] Add getPrefetchDistance from PPCLoopDataPrefetch, NFC 2016-01-27 22:21:25 +00:00
Trace.h
TypeBasedAliasAnalysis.h [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
ValueTracking.h fix 'the the '; NFC 2015-12-07 19:21:39 +00:00
VectorUtils.h Fixed a failure in cost calculation for vector GEP 2015-12-01 12:08:36 +00:00