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

/external/llvm/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h68 /// IgnoreProfitability - This is set to true when we should not do
71 bool IgnoreProfitability; member in class:llvm::AddressingModeMatcher
77 IgnoreProfitability = false;
/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp507 if (IgnoreProfitability) return true;
564 Matcher.IgnoreProfitability = true;

Completed in 66 milliseconds