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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp76 &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; local
358 if (ContractAutorelease(F, Inst, Class, DependingInstructions, Visite
151 ContractAutorelease(Function &F, Instruction *Autorelease, InstructionClass Class, SmallPtrSet<Instruction *, 4> &DependingInstructions, SmallPtrSet<const BasicBlock *, 4> &Visited) argument
[all...]
H A DObjCARCOpts.cpp1484 SmallPtrSet<Instruction *, 4> DependingInstructions; local
1499 DependingInstructions, Visited, PA);
1505 DependingInstructions, Visited, PA);
1518 if (DependingInstructions.size() == 1 &&
1519 *DependingInstructions.begin() == PN) {
2944 SmallPtrSet<Instruction *, 4> DependingInstructions; local
2962 DependingInstructions, Visited,
2964 DependingInstructions.clear();
2972 DependingInstructions, Visited, PA);
2973 DependingInstructions
[all...]

Completed in 82 milliseconds