Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5030 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in isProfitableToFoldIntoAddressingMode() local
5052 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode()
5066 if (!is_contained(MatchedAddrModeInsts, I)) in isProfitableToFoldIntoAddressingMode()
5069 MatchedAddrModeInsts.clear(); in isProfitableToFoldIntoAddressingMode()