Searched refs:DependingInsts (Results 1 – 2 of 2) sorted by relevance
226 SmallPtrSetImpl<Instruction *> &DependingInsts, in FindDependencies() argument244 DependingInsts.insert(nullptr); in FindDependencies()257 DependingInsts.insert(Inst); in FindDependencies()273 DependingInsts.insert(reinterpret_cast<Instruction *>(-1)); in FindDependencies()
407 SmallPtrSetImpl<Instruction *> &DependingInsts, in tryToPeepholeInstruction() argument419 return contractAutorelease(F, Inst, Class, DependingInsts, Visited); in tryToPeepholeInstruction()