HomeSort by relevance Sort by last modified time
    Searched full:objcarc (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Transforms/
CMakeLists.txt 8 add_subdirectory(ObjCARC)
Makefile 11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello ObjCARC
LLVMBuild.txt 19 subdirectories = IPO InstCombine Instrumentation Scalar Utils Vectorize ObjCARC
  /external/llvm/lib/Transforms/ObjCARC/
CMakeLists.txt 2 ObjCARC.cpp
ObjCARC.cpp 1 //===-- ObjCARC.cpp -------------------------------------------------------===//
16 #include "ObjCARC.h"
27 using namespace llvm::objcarc;
30 bool llvm::objcarc::EnableARCOpts;
Makefile 1 ##===- lib/Transforms/ObjCARC/Makefile ---------------------*- Makefile -*-===##
LLVMBuild.txt 1 ;===- ./lib/Transforms/ObjCARC/LLVMBuild.txt -------------------*- Conf -*--===;
20 name = ObjCARC
DependencyAnalysis.h 35 namespace objcarc { namespace in namespace:llvm
76 } // namespace objcarc
Android.mk 8 ObjCARC.cpp \
DependencyAnalysis.cpp 24 #include "ObjCARC.h"
30 using namespace llvm::objcarc;
35 llvm::objcarc::CanAlterRefCount(const Instruction *Inst, const Value *Ptr,
71 llvm::objcarc::CanUse(const Instruction *Inst, const Value *Ptr,
116 llvm::objcarc::Depends(DependenceKind Flavor, Instruction *Inst,
204 llvm::objcarc::FindDependencies(DependenceKind Flavor,
ObjCARCAliasAnalysis.h 30 namespace objcarc { namespace in namespace:llvm
71 } // namespace objcarc
ProvenanceAnalysis.h 38 namespace objcarc { namespace in namespace:llvm
77 } // end namespace objcarc
ObjCARCUtil.cpp 22 #include "ObjCARC.h"
26 using namespace llvm::objcarc;
28 raw_ostream &llvm::objcarc::operator<<(raw_ostream &OS,
81 InstructionClass llvm::objcarc::GetFunctionClass(const Function *F) {
154 llvm::objcarc::GetInstructionClass(const Value *V) {
ObjCARCAPElim.cpp 28 #include "ObjCARC.h"
35 using namespace llvm::objcarc;
ObjCARCAliasAnalysis.cpp 24 #include "ObjCARC.h"
37 using namespace llvm::objcarc;
ObjCARCExpand.cpp 28 #include "ObjCARC.h"
48 using namespace llvm::objcarc;
ObjCARC.h 1 //===- ObjCARC.h - ObjC ARC Optimization --------------*- mode: c++ -*-----===//
34 #include "llvm/Transforms/ObjCARC.h"
42 namespace objcarc { namespace in namespace:llvm
386 } // end namespace objcarc
ProvenanceAnalysis.cpp 25 #include "ObjCARC.h"
31 using namespace llvm::objcarc;
  /external/llvm/include/llvm/Transforms/
ObjCARC.h 1 //===-- ObjCARC.h - ObjCARC Scalar Transformations --------------*- C++ -*-===//
11 // in the ObjCARC Scalar Transformations library.
  /external/llvm/
Android.mk 30 lib/Transforms/ObjCARC \
  /external/llvm/lib/CodeGen/
LLVMBuild.txt 25 required_libraries = Analysis Core MC Scalar Support Target TransformUtils ObjCARC
  /external/llvm/lib/Transforms/IPO/
LLVMBuild.txt 23 required_libraries = Analysis Core IPA InstCombine Scalar Vectorize Support Target TransformUtils ObjCARC
  /external/llvm/tools/bugpoint/
LLVMBuild.txt 22 required_libraries = AsmParser BitReader BitWriter IPO Instrumentation Linker Scalar ObjCARC
  /external/llvm/tools/opt/
LLVMBuild.txt 22 required_libraries = AsmParser BitReader BitWriter IPO Instrumentation Scalar ObjCARC all-targets
  /external/llvm/include/llvm/
LinkAllPasses.h 34 #include "llvm/Transforms/ObjCARC.h"

Completed in 3741 milliseconds

1 2