Home
last modified time | relevance | path

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

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