Searched refs:ObjCARCExpand (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DObjCARC.cpp842 /// ObjCARCExpand - Early ARC transformations.
843 class ObjCARCExpand : public FunctionPass { class in namespace:__anon10411
853 ObjCARCExpand() : FunctionPass(ID) { function in class:__anon10411::ObjCARCExpand
859 char ObjCARCExpand::ID = 0;
860 INITIALIZE_PASS(ObjCARCExpand,
864 return new ObjCARCExpand();
867 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const {
871 bool ObjCARCExpand::doInitialization(Module &M) {
876 bool ObjCARCExpand::runOnFunction(Function &F) {

Completed in 99 milliseconds