Searched refs:MatchedAddrModeInsts (Results 1 – 1 of 1) sorted by relevance
3565 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in isProfitableToFoldIntoAddressingMode() local3585 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TM, AddressAccessTy, AS, in isProfitableToFoldIntoAddressingMode()3598 if (std::find(MatchedAddrModeInsts.begin(), MatchedAddrModeInsts.end(), in isProfitableToFoldIntoAddressingMode()3599 I) == MatchedAddrModeInsts.end()) in isProfitableToFoldIntoAddressingMode()3602 MatchedAddrModeInsts.clear(); in isProfitableToFoldIntoAddressingMode()