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

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1569 bool IsPromotionProfitable(unsigned MatchedSize, unsigned SizeWithPromotion,
1926 /// \p MatchedSize gives the number of instructions that have been matched
1934 AddressingModeMatcher::IsPromotionProfitable(unsigned MatchedSize, argument
1939 if (MatchedSize < SizeWithPromotion)
1941 if (MatchedSize > SizeWithPromotion)

Completed in 108 milliseconds