Searched refs:OptM1 (Results 1 – 3 of 3) sorted by relevance
1476 const bool OptM1 = Func->getOptLevel() == Opt_m1;1479 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1;1537 const bool OptM1 = Func->getOptLevel() == Opt_m1;1597 if (OptM1) {1605 if (!OptM1)
2229 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerAlloca() local2232 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1; in lowerAlloca()3342 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerArithmetic() local3343 if (!OptM1 && Srcs.hasConstOperand()) { in lowerArithmetic()
2395 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerAlloca() local2398 hasFramePointer() || OverAligned || !AllocaWithKnownOffset || OptM1; in lowerAlloca()2457 if (OptM1) in lowerAlloca()