repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] MVE predicate store patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
Transforms
/
ObjCARC
/
BUILD.gn
blob
e7b20845489160787c2d3396e139454f54d0b94f
1
static_library("ObjCARC") {
2
output_name = "LLVMObjCARCOpts"
3
deps = [
4
"//llvm/lib/Analysis",
5
"//llvm/lib/IR",
6
"//llvm/lib/Support",
7
"//llvm/lib/Transforms/Utils",
8
]
9
sources = [
10
"DependencyAnalysis.cpp",
11
"ObjCARC.cpp",
12
"ObjCARCAPElim.cpp",
13
"ObjCARCContract.cpp",
14
"ObjCARCExpand.cpp",
15
"ObjCARCOpts.cpp",
16
"ProvenanceAnalysis.cpp",
17
"ProvenanceAnalysisEvaluator.cpp",
18
"PtrState.cpp",
19
]
20
}