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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 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
    [all...]
DependencyAnalysis.h 56 SmallPtrSetImpl<Instruction *> &DependingInstructions,
ObjCARCOpts.cpp 869 SmallPtrSet<Instruction *, 4> DependingInstructions;
    [all...]

Completed in 218 milliseconds