HomeSort by relevance Sort by last modified time
    Searched refs:ObjCARCExpand (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp 1 //===- ObjCARCExpand.cpp - ObjC ARC Optimization --------------------------===//
51 class ObjCARCExpand : public FunctionPass {
61 ObjCARCExpand() : FunctionPass(ID) {
67 char ObjCARCExpand::ID = 0;
68 INITIALIZE_PASS(ObjCARCExpand,
72 return new ObjCARCExpand();
75 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const {
79 bool ObjCARCExpand::doInitialization(Module &M) {
84 bool ObjCARCExpand::runOnFunction(Function &F) {
94 DEBUG(dbgs() << "ObjCARCExpand: Visiting Function: " << F.getName() << "\n")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 783 /// ObjCARCExpand - Early ARC transformations.
784 class ObjCARCExpand : public FunctionPass {
794 ObjCARCExpand() : FunctionPass(ID) {
800 char ObjCARCExpand::ID = 0;
801 INITIALIZE_PASS(ObjCARCExpand,
805 return new ObjCARCExpand();
808 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const {
812 bool ObjCARCExpand::doInitialization(Module &M) {
817 bool ObjCARCExpand::runOnFunction(Function &F) {
    [all...]

Completed in 50 milliseconds