Searched refs:ConsideredInsts (Results 1 – 1 of 1) sorted by relevance
3435 SmallPtrSetImpl<Instruction *> &ConsideredInsts, const TargetMachine &TM) { in FindAllMemoryUses() argument3437 if (!ConsideredInsts.insert(I).second) in FindAllMemoryUses()3470 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TM)) in FindAllMemoryUses()3557 SmallPtrSet<Instruction*, 16> ConsideredInsts; in isProfitableToFoldIntoAddressingMode() local3558 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TM)) in isProfitableToFoldIntoAddressingMode()