Searched refs:OptM1 (Results 1 – 3 of 3) sorted by relevance
1526 const bool OptM1 = Func->getOptLevel() == Opt_m1;1529 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1;1587 const bool OptM1 = Func->getOptLevel() == Opt_m1;1650 if (OptM1) {1658 if (!OptM1)
2223 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerAlloca() local2226 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1; in lowerAlloca()3339 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerArithmetic() local3340 if (!OptM1 && Srcs.hasConstOperand()) { in lowerArithmetic()
2380 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerAlloca() local2383 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1; in lowerAlloca()2442 if (OptM1) in lowerAlloca()