Searched defs:ObjCARCContract (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp3734 // TODO: ObjCARCContract could insert PHI nodes when uses aren't
3744 /// ObjCARCContract - Late ARC optimizations. These change the IR in a way
3746 class ObjCARCContract : public FunctionPass { class in namespace:__anon9722
3790 ObjCARCContract() : FunctionPass(ID) { function in class:__anon9722::ObjCARCContract
3796 char ObjCARCContract::ID = 0;
3797 INITIALIZE_PASS_BEGIN(ObjCARCContract,
3801 INITIALIZE_PASS_END(ObjCARCContract,
3805 return new ObjCARCContract();
3808 void ObjCARCContract::getAnalysisUsage(AnalysisUsage &AU) const {
3814 Constant *ObjCARCContract
[all...]

Completed in 35 milliseconds