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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 76 &DependingInstructions,
154 &DependingInstructions,
165 DependingInstructions, Visited, PA);
169 DependingInstructions, Visited, PA);
172 if (DependingInstructions.size() != 1) {
173 DependingInstructions.clear();
177 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin());
178 DependingInstructions.clear();
342 SmallPtrSet<Instruction *, 4> DependingInstructions;
358 if (ContractAutorelease(F, Inst, Class, DependingInstructions, Visited)
    [all...]
ObjCARCOpts.cpp     [all...]

Completed in 94 milliseconds