Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3157 bool IgnoreProfitability; member in __anon78e22a880c11::AddressingModeMatcher
3179 IgnoreProfitability = false; in AddressingModeMatcher()
5003 if (IgnoreProfitability) return true; in isProfitableToFoldIntoAddressingMode()
5065 Matcher.IgnoreProfitability = true; in isProfitableToFoldIntoAddressingMode()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcodegen-prepare-addrmode-sext.ll292 ; will IgnoreProfitability is on.