Home
last modified time | relevance | path

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

/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()