Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3079 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in IsProfitableToFoldIntoAddressingMode() local
3097 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()