Home
last modified time | relevance | path

Searched refs:DependingInsts (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp214 SmallPtrSetImpl<Instruction *> &DependingInsts, in findDependencies() argument
244 DependingInsts.insert(Inst); in findDependencies()
269 SmallPtrSet<Instruction *, 4> DependingInsts; in findSingleDependency() local
271 if (!findDependencies(Flavor, Arg, StartBB, StartInst, DependingInsts, PA) || in findSingleDependency()
272 DependingInsts.size() != 1) in findSingleDependency()
274 return *DependingInsts.begin(); in findSingleDependency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp222 SmallPtrSetImpl<Instruction *> &DependingInsts, in FindDependencies() argument
240 DependingInsts.insert(nullptr); in FindDependencies()
253 DependingInsts.insert(Inst); in FindDependencies()
267 DependingInsts.insert(reinterpret_cast<Instruction *>(-1)); in FindDependencies()
DObjCARCContract.cpp449 SmallPtrSetImpl<Instruction *> &DependingInsts, in tryToPeepholeInstruction() argument
461 return contractAutorelease(F, Inst, Class, DependingInsts, Visited); in tryToPeepholeInstruction()
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp226 SmallPtrSetImpl<Instruction *> &DependingInsts, in FindDependencies() argument
244 DependingInsts.insert(nullptr); in FindDependencies()
257 DependingInsts.insert(Inst); in FindDependencies()
273 DependingInsts.insert(reinterpret_cast<Instruction *>(-1)); in FindDependencies()
DObjCARCContract.cpp407 SmallPtrSetImpl<Instruction *> &DependingInsts, in tryToPeepholeInstruction() argument
419 return contractAutorelease(F, Inst, Class, DependingInsts, Visited); in tryToPeepholeInstruction()