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

  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 56 SmallPtrSet<Instruction *, 4> &DependingInstructions,
ObjCARCContract.cpp 75 &DependingInstructions,
153 &DependingInstructions,
164 DependingInstructions, Visited, PA);
168 DependingInstructions, Visited, PA);
171 if (DependingInstructions.size() != 1) {
172 DependingInstructions.clear();
176 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin());
177 DependingInstructions.clear();
341 SmallPtrSet<Instruction *, 4> DependingInstructions;
357 if (ContractAutorelease(F, Inst, Class, DependingInstructions, Visited)
    [all...]
ObjCARCOpts.cpp     [all...]

Completed in 250 milliseconds