Searched refs:DependingInsts (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 226 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()
|
D | ObjCARCContract.cpp | 436 SmallPtrSetImpl<Instruction *> &DependingInsts, in tryToPeepholeInstruction() argument 449 return contractAutorelease(F, Inst, Class, DependingInsts, Visited); in tryToPeepholeInstruction()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 226 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()
|
D | ObjCARCContract.cpp | 407 SmallPtrSetImpl<Instruction *> &DependingInsts, in tryToPeepholeInstruction() argument 419 return contractAutorelease(F, Inst, Class, DependingInsts, Visited); in tryToPeepholeInstruction()
|