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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp75 &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; local
357 if (ContractAutorelease(F, Inst, Class, DependingInstructions, Visite
150 ContractAutorelease(Function &F, Instruction *Autorelease, InstructionClass Class, SmallPtrSet<Instruction *, 4> &DependingInstructions, SmallPtrSet<const BasicBlock *, 4> &Visited) argument
[all...]
H A DObjCARCOpts.cpp1603 SmallPtrSet<Instruction *, 4> DependingInstructions; local
1618 DependingInstructions, Visited, PA);
1624 DependingInstructions, Visited, PA);
1637 if (DependingInstructions.size() == 1 &&
1638 *DependingInstructions.begin() == PN) {
3035 SmallPtrSet<Instruction *, 4> DependingInstructions; local
3053 DependingInstructions, Visited,
3055 DependingInstructions.clear();
3063 DependingInstructions, Visited, PA);
3064 DependingInstructions
[all...]

Completed in 74 milliseconds