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 86 &DependingInstructions,
180 &DependingInstructions,
191 DependingInstructions, Visited, PA);
195 DependingInstructions, Visited, PA);
198 if (DependingInstructions.size() != 1) {
199 DependingInstructions.clear();
203 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin());
204 DependingInstructions.clear();
372 SmallPtrSet<Instruction *, 4> DependingInstructions;
389 if (ContractAutorelease(F, Inst, Class, DependingInstructions, Visited)
    [all...]
ObjCARCOpts.cpp     [all...]

Completed in 36 milliseconds