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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 1 //===- ObjCARCContract.cpp - ObjC ARC Optimization ------------------------===//
26 // TODO: ObjCARCContract could insert PHI nodes when uses aren't
57 class ObjCARCContract : public FunctionPass {
100 ObjCARCContract() : FunctionPass(ID) {
113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) {
146 bool ObjCARCContract::contractAutorelease(
333 void ObjCARCContract::tryToContractReleaseIntoStoreStrong(Instruction *Release,
405 bool ObjCARCContract::tryToPeepholeInstruction(
473 DEBUG(dbgs() << "OBJCARCContract: Old = " << *CI << "\n"
506 bool ObjCARCContract::runOnFunction(Function &F)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 560 milliseconds