HomeSort by relevance Sort by last modified time
    Searched full:objcarc (Results 1 - 25 of 30) 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
Android.mk 8 ObjCARC.cpp \
DependencyAnalysis.cpp 23 #include "ObjCARC.h"
29 using namespace llvm::objcarc;
36 llvm::objcarc::CanAlterRefCount(const Instruction *Inst, const Value *Ptr,
73 llvm::objcarc::CanUse(const Instruction *Inst, const Value *Ptr,
118 llvm::objcarc::Depends(DependenceKind Flavor, Instruction *Inst,
206 llvm::objcarc::FindDependencies(DependenceKind Flavor,
DependencyAnalysis.h 35 namespace objcarc { namespace in namespace:llvm
76 } // namespace objcarc
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
ARCRuntimeEntryPoints.h 25 #include "ObjCARC.h"
28 namespace objcarc { namespace in namespace:llvm
183 } // namespace objcarc
ObjCARCUtil.cpp 22 #include "ObjCARC.h"
26 using namespace llvm::objcarc;
28 raw_ostream &llvm::objcarc::operator<<(raw_ostream &OS,
83 InstructionClass llvm::objcarc::GetFunctionClass(const Function *F) {
167 llvm::objcarc::GetInstructionClass(const Value *V) {
ObjCARCAPElim.cpp 27 #include "ObjCARC.h"
34 using namespace llvm::objcarc;
ObjCARCAliasAnalysis.cpp 23 #include "ObjCARC.h"
38 using namespace llvm::objcarc;
ObjCARCExpand.cpp 26 #include "ObjCARC.h"
48 using namespace llvm::objcarc;
ObjCARC.h 1 //===- ObjCARC.h - ObjC ARC Optimization --------------*- C++ -*-----------===//
34 #include "llvm/Transforms/ObjCARC.h"
42 namespace objcarc { namespace in namespace:llvm
395 } // 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/lib/LTO/
LLVMBuild.txt 22 required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC MCParser ObjCARC Object Scalar Support Target TransformUtils
  /external/llvm/tools/bugpoint/
LLVMBuild.txt 22 required_libraries = AsmParser BitReader BitWriter CodeGen IRReader IPO Instrumentation Linker Scalar ObjCARC
  /external/llvm/tools/opt/
LLVMBuild.txt 22 required_libraries = AsmParser BitReader BitWriter CodeGen IRReader IPO Instrumentation Scalar ObjCARC all-targets
  /external/llvm/
Android.mk 40 lib/Transforms/ObjCARC \
  /external/llvm/include/llvm/
LinkAllPasses.h 34 #include "llvm/Transforms/ObjCARC.h"

Completed in 491 milliseconds

1 2