Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:DependingInstructions

88                         SmallPtrSetImpl<Instruction *> &DependingInstructions,
148 SmallPtrSetImpl<Instruction *> &DependingInstructions,
158 DependingInstructions, Visited, PA);
162 DependingInstructions, Visited, PA);
165 if (DependingInstructions.size() != 1) {
166 DependingInstructions.clear();
170 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin());
171 DependingInstructions.clear();
532 SmallPtrSet<Instruction *, 4> DependingInstructions;
541 if (tryToPeepholeInstruction(F, Inst, I, DependingInstructions, Visited,