Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5047 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in isProfitableToFoldIntoAddressingMode() local
5061 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode()
5075 if (!is_contained(MatchedAddrModeInsts, I)) in isProfitableToFoldIntoAddressingMode()
5078 MatchedAddrModeInsts.clear(); in isProfitableToFoldIntoAddressingMode()