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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp1 //===- ObjCARCContract.cpp - ObjC ARC Optimization ------------------------===//
26 // TODO: ObjCARCContract could insert PHI nodes when uses aren't
57 class ObjCARCContract : public FunctionPass { class in namespace:__anon12896
100 ObjCARCContract() : FunctionPass(ID) { function in class:__anon12896::ObjCARCContract
113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) {
146 bool ObjCARCContract::contractAutorelease(
332 void ObjCARCContract::tryToContractReleaseIntoStoreStrong(Instruction *Release,
404 bool ObjCARCContract::tryToPeepholeInstruction(
505 bool ObjCARCContract::runOnFunction(Function &F) {
629 char ObjCARCContract
[all...]

Completed in 63 milliseconds