HomeSort by relevance Sort by last modified time
    Searched refs:DependingInstructions (Results 1 - 4 of 4) 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();
533 SmallPtrSet<Instruction *, 4> DependingInstructions;
542 if (tryToPeepholeInstruction(F, Inst, I, DependingInstructions, Visited
    [all...]
DependencyAnalysis.h 57 SmallPtrSetImpl<Instruction *> &DependingInstructions,
ObjCARCOpts.cpp 869 SmallPtrSet<Instruction *, 4> DependingInstructions;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 174 milliseconds