Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isUnsafe

108       /// isUnsafe - This is set to true if the alloca cannot be SROA'd.
109 bool isUnsafe : 1;
128 : AI(ai), isUnsafe(false), isMemCpySrc(false), isMemCpyDst(false),
148 I.isUnsafe = true;
1607 if (!Info.isUnsafe)
1643 if (Info.isUnsafe) return;
1698 if (Info.isUnsafe) return;
2573 if (Info.isUnsafe) {