| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMAnalysis | 
| 2 | AliasAnalysis.cpp | ||||
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 3 | AliasAnalysisEvaluator.cpp | 
| George Burgess IV | e191996 | 2016-07-06 00:47:21 +0000 | [diff] [blame] | 4 | AliasAnalysisSummary.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 5 | AliasSetTracker.cpp | 
| 6 | Analysis.cpp | ||||
| Daniel Jasper | aec2fa3 | 2016-12-19 08:22:17 +0000 | [diff] [blame] | 7 | AssumptionCache.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 8 | BasicAliasAnalysis.cpp | 
| Jakub Staszak | 875ebd5 | 2011-07-25 19:25:40 +0000 | [diff] [blame] | 9 | BlockFrequencyInfo.cpp | 
| Duncan P. N. Exon Smith | 10be9a8 | 2014-04-21 17:57:07 +0000 | [diff] [blame] | 10 | BlockFrequencyInfoImpl.cpp | 
| Andrew Trick | 49371f3 | 2011-06-04 01:16:30 +0000 | [diff] [blame] | 11 | BranchProbabilityInfo.cpp | 
| Nick Lewycky | cd1e893 | 2013-07-27 01:25:51 +0000 | [diff] [blame] | 12 | CFG.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 13 | CFGPrinter.cpp | 
| George Burgess IV | bfa401e | 2016-07-06 00:26:41 +0000 | [diff] [blame] | 14 | CFLAndersAliasAnalysis.cpp | 
| 15 | CFLSteensAliasAnalysis.cpp | ||||
| Chandler Carruth | 572e340 | 2014-04-21 11:12:00 +0000 | [diff] [blame] | 16 | CGSCCPassManager.cpp | 
| Chandler Carruth | 7adc3a2 | 2015-08-18 17:51:53 +0000 | [diff] [blame] | 17 | CallGraph.cpp | 
| 18 | CallGraphSCCPass.cpp | ||||
| 19 | CallPrinter.cpp | ||||
| Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 20 | CaptureTracking.cpp | 
| Craig Topper | 0aa3a19 | 2017-08-14 21:39:51 +0000 | [diff] [blame] | 21 | CmpInstAnalysis.cpp | 
| Nadav Rotem | a6b91ac | 2012-11-02 21:48:17 +0000 | [diff] [blame] | 22 | CostModel.cpp | 
| Chandler Carruth | 3c256fb | 2012-03-16 05:51:52 +0000 | [diff] [blame] | 23 | CodeMetrics.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 24 | ConstantFolding.cpp | 
| Bardia Mahjour | db800c2 | 2019-09-18 17:43:45 +0000 | [diff] [blame] | 25 | DDG.cpp | 
| Sebastian Pop | c62c679 | 2013-11-12 22:47:20 +0000 | [diff] [blame] | 26 | Delinearization.cpp | 
| James Molloy | 87405c7 | 2015-08-14 11:09:09 +0000 | [diff] [blame] | 27 | DemandedBits.cpp | 
| Sebastian Pop | 59b61b9 | 2012-10-11 07:32:34 +0000 | [diff] [blame] | 28 | DependenceAnalysis.cpp | 
| Bardia Mahjour | db800c2 | 2019-09-18 17:43:45 +0000 | [diff] [blame] | 29 | DependenceGraphBuilder.cpp | 
| Nicolai Haehnle | 5904168 | 2018-10-18 09:38:44 +0000 | [diff] [blame] | 30 | DivergenceAnalysis.cpp | 
| Chris Lattner | 9e6882c | 2009-10-18 04:10:40 +0000 | [diff] [blame] | 31 | DomPrinter.cpp | 
| Richard Trieu | 5f436fc | 2019-02-06 02:52:52 +0000 | [diff] [blame] | 32 | DomTreeUpdater.cpp | 
| Ted Kremenek | 49d15b9 | 2011-03-01 00:02:51 +0000 | [diff] [blame] | 33 | DominanceFrontier.cpp | 
| David Majnemer | 70497c6 | 2015-12-02 23:06:39 +0000 | [diff] [blame] | 34 | EHPersonalities.cpp | 
| Chandler Carruth | 7adc3a2 | 2015-08-18 17:51:53 +0000 | [diff] [blame] | 35 | GlobalsModRef.cpp | 
| Max Kazantsev | 3c284bd | 2018-08-30 03:39:16 +0000 | [diff] [blame] | 36 | GuardUtils.cpp | 
| Vikram TV | 7e98d69 | 2018-09-12 01:59:43 +0000 | [diff] [blame] | 37 | IVDescriptors.cpp | 
| Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 38 | IVUsers.cpp | 
| Teresa Johnson | 1e44b5d | 2016-07-12 21:13:44 +0000 | [diff] [blame] | 39 | IndirectCallPromotionAnalysis.cpp | 
| Chandler Carruth | 7adc3a2 | 2015-08-18 17:51:53 +0000 | [diff] [blame] | 40 | InlineCost.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 41 | InstCount.cpp | 
| Max Kazantsev | d3a4cbe | 2018-08-30 04:49:03 +0000 | [diff] [blame] | 42 | InstructionPrecedenceTracking.cpp | 
| Chris Lattner | 084a1b5 | 2009-11-09 22:57:59 +0000 | [diff] [blame] | 43 | InstructionSimplify.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 44 | Interval.cpp | 
| 45 | IntervalPartition.cpp | ||||
| Adam Nemet | aa3506c | 2016-07-28 23:31:12 +0000 | [diff] [blame] | 46 | LazyBranchProbabilityInfo.cpp | 
| Adam Nemet | c2f791d | 2016-07-13 05:01:48 +0000 | [diff] [blame] | 47 | LazyBlockFrequencyInfo.cpp | 
| Chandler Carruth | bf71a34 | 2014-02-06 04:37:03 +0000 | [diff] [blame] | 48 | LazyCallGraph.cpp | 
| Chris Lattner | 741c94c | 2009-11-11 00:22:30 +0000 | [diff] [blame] | 49 | LazyValueInfo.cpp | 
| Nicolai Haehnle | 35617ed | 2018-08-30 14:21:36 +0000 | [diff] [blame] | 50 | LegacyDivergenceAnalysis.cpp | 
| Ted Kremenek | 7ffb294 | 2010-04-08 18:52:18 +0000 | [diff] [blame] | 51 | Lint.cpp | 
| Dan Gohman | 826bdf8 | 2010-05-28 16:19:17 +0000 | [diff] [blame] | 52 | Loads.cpp | 
| Adam Nemet | 0456327 | 2015-02-01 16:56:15 +0000 | [diff] [blame] | 53 | LoopAccessAnalysis.cpp | 
| Chandler Carruth | 3bab7e1 | 2017-01-11 09:43:56 +0000 | [diff] [blame] | 54 | LoopAnalysisManager.cpp | 
| Whitney Tsang | dd3b649 | 2019-08-09 13:56:29 +0000 | [diff] [blame] | 55 | LoopCacheAnalysis.cpp | 
| Michael Zolotukhin | 1da4afd | 2016-02-08 23:03:59 +0000 | [diff] [blame] | 56 | LoopUnrollAnalyzer.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 57 | LoopInfo.cpp | 
| 58 | LoopPass.cpp | ||||
| Benjamin Kramer | d61e383 | 2010-09-16 23:06:18 +0000 | [diff] [blame] | 59 | MemDepPrinter.cpp | 
| Ramkumar Ramachandra | 8378ac3 | 2015-02-06 01:46:42 +0000 | [diff] [blame] | 60 | MemDerefPrinter.cpp | 
| Victor Hernandez | f390e04 | 2009-10-27 20:05:49 +0000 | [diff] [blame] | 61 | MemoryBuiltins.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 62 | MemoryDependenceAnalysis.cpp | 
| Chandler Carruth | 70c61c1 | 2015-06-04 02:03:15 +0000 | [diff] [blame] | 63 | MemoryLocation.cpp | 
| Daniel Berlin | 554dcd8 | 2017-04-11 20:06:36 +0000 | [diff] [blame] | 64 | MemorySSA.cpp | 
| 65 | MemorySSAUpdater.cpp | ||||
| Dan Gohman | fb64b5d | 2010-05-07 16:22:32 +0000 | [diff] [blame] | 66 | ModuleDebugInfoPrinter.cpp | 
| Teresa Johnson | 2d5487c | 2016-04-11 13:58:45 +0000 | [diff] [blame] | 67 | ModuleSummaryAnalysis.cpp | 
| Philip Reames | 89f2241 | 2018-03-20 17:09:21 +0000 | [diff] [blame] | 68 | MustExecute.cpp | 
| Chandler Carruth | 0f79218 | 2015-08-20 08:06:03 +0000 | [diff] [blame] | 69 | ObjCARCAliasAnalysis.cpp | 
| 70 | ObjCARCAnalysisUtils.cpp | ||||
| 71 | ObjCARCInstKind.cpp | ||||
| Adam Nemet | 0965da2 | 2017-10-09 23:19:02 +0000 | [diff] [blame] | 72 | OptimizationRemarkEmitter.cpp | 
| Bruno Cardoso Lopes | dfc1d96 | 2015-07-31 14:31:35 +0000 | [diff] [blame] | 73 | OrderedBasicBlock.cpp | 
| Max Kazantsev | d3a4cbe | 2018-08-30 04:49:03 +0000 | [diff] [blame] | 74 | OrderedInstructions.cpp | 
| Ted Kremenek | 49d15b9 | 2011-03-01 00:02:51 +0000 | [diff] [blame] | 75 | PHITransAddr.cpp | 
| John Brawn | bdbbd83 | 2018-06-28 14:13:06 +0000 | [diff] [blame] | 76 | PhiValues.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 77 | PostDominators.cpp | 
| Easwaran Raman | 019e0bf | 2016-06-03 22:54:26 +0000 | [diff] [blame] | 78 | ProfileSummaryInfo.cpp | 
| Chandler Carruth | e41e7b7 | 2012-12-10 08:28:39 +0000 | [diff] [blame] | 79 | PtrUseVisitor.cpp | 
| Tobias Grosser | 336734a | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 80 | RegionInfo.cpp | 
| Tobias Grosser | 23c8341 | 2010-10-20 01:54:44 +0000 | [diff] [blame] | 81 | RegionPass.cpp | 
| Tobias Grosser | 336734a | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 82 | RegionPrinter.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 83 | ScalarEvolution.cpp | 
| Douglas Gregor | 1bb5d32 | 2009-08-26 16:33:57 +0000 | [diff] [blame] | 84 | ScalarEvolutionAliasAnalysis.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 85 | ScalarEvolutionExpander.cpp | 
| Benjamin Kramer | 33f6413 | 2010-04-07 23:01:37 +0000 | [diff] [blame] | 86 | ScalarEvolutionNormalization.cpp | 
| Vitaly Buka | 4493fe1 | 2018-11-26 21:57:47 +0000 | [diff] [blame] | 87 | StackSafetyAnalysis.cpp | 
| Nicolai Haehnle | 5904168 | 2018-10-18 09:38:44 +0000 | [diff] [blame] | 88 | SyncDependenceAnalysis.cpp | 
| Easwaran Raman | bdf2026 | 2018-01-09 19:39:35 +0000 | [diff] [blame] | 89 | SyntheticCountsUtils.cpp | 
| Chandler Carruth | 62d4215 | 2015-01-15 02:16:27 +0000 | [diff] [blame] | 90 | TargetLibraryInfo.cpp | 
| Chandler Carruth | d3e7355 | 2013-01-07 03:08:10 +0000 | [diff] [blame] | 91 | TargetTransformInfo.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 92 | Trace.cpp | 
| Michael J. Spencer | 2ce6994 | 2010-08-03 02:38:20 +0000 | [diff] [blame] | 93 | TypeBasedAliasAnalysis.cpp | 
| Peter Collingbourne | 7efd750 | 2016-06-24 21:21:32 +0000 | [diff] [blame] | 94 | TypeMetadataUtils.cpp | 
| Hal Finkel | 9414665 | 2014-07-24 14:25:39 +0000 | [diff] [blame] | 95 | ScopedNoAliasAA.cpp | 
| Florian Hahn | 8af0157 | 2017-09-28 11:09:22 +0000 | [diff] [blame] | 96 | ValueLattice.cpp | 
| Matthew Simpson | 2284937 | 2017-10-13 17:53:44 +0000 | [diff] [blame] | 97 | ValueLatticeUtils.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 98 | ValueTracking.cpp | 
| David Blaikie | b447ac6 | 2015-06-26 18:02:52 +0000 | [diff] [blame] | 99 | VectorUtils.cpp | 
| Francesco Petrogalli | cb032aa | 2019-09-19 17:47:32 +0000 | [diff] [blame] | 100 | VFABIDemangling.cpp | 
| Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame] | 101 | |
| 102 | ADDITIONAL_HEADER_DIRS | ||||
| 103 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/Analysis | ||||
| Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 104 | |
| Chris Bieneman | 05c279fc | 2016-11-17 04:36:50 +0000 | [diff] [blame] | 105 | DEPENDS | 
| 106 | intrinsics_gen | ||||
| 107 | ) | ||||