Searched refs:MatchedAddrModeInsts (Results 1 – 1 of 1) sorted by relevance
3079 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in IsProfitableToFoldIntoAddressingMode() local3097 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TM, AddressAccessTy, in IsProfitableToFoldIntoAddressingMode()3110 if (std::find(MatchedAddrModeInsts.begin(), MatchedAddrModeInsts.end(), in IsProfitableToFoldIntoAddressingMode()3111 I) == MatchedAddrModeInsts.end()) in IsProfitableToFoldIntoAddressingMode()3114 MatchedAddrModeInsts.clear(); in IsProfitableToFoldIntoAddressingMode()