Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.cpp436 SmallPtrSetImpl<Instruction *> &DependingInsts, in tryToPeepholeInstruction() argument
449 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()