Home | History | Annotate | Download | only in Scalar

Lines Matching full:isunsafe

107       /// isUnsafe - This is set to true if the alloca cannot be SROA'd.
108 bool isUnsafe : 1;
127 : AI(ai), isUnsafe(false), isMemCpySrc(false), isMemCpyDst(false),
147 I.isUnsafe = true;
1609 if (!Info.isUnsafe)
1647 if (Info.isUnsafe) return;
1702 if (Info.isUnsafe) return;
2576 if (Info.isUnsafe) {