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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp109 /// isUnsafe - This is set to true if the alloca cannot be SROA'd.
110 bool isUnsafe : 1; member in struct:__anon3256::SROA::AllocaInfo
129 : AI(ai), isUnsafe(false), isMemCpySrc(false), isMemCpyDst(false),
149 I.isUnsafe = true;
1621 if (!Info.isUnsafe)
1657 if (Info.isUnsafe) return;
1713 if (Info.isUnsafe) return;
2599 if (Info.isUnsafe) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h279 bool isUnsafe() const { return Rep.getInt(); } function in class:clang::sema::FunctionScopeInfo::WeakUseTy
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1206 if (UI->isUnsafe())
1221 if (UI2->isUnsafe())

Completed in 77 milliseconds