Searched refs:IsSafe (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1767 bool IsSafe = true; local
1772 IsSafe = false;
1784 IsSafe = false;
1800 IsSafe = false;
1806 IsSafe = false;
1816 if (!IsSafe)
/external/v8/tools/gcmole/
H A Dgcmole.cc448 bool IsSafe() { function in class:__anon14961::CallProps
765 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
810 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
837 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp907 bool IsSafe = false; local
910 !IsSafe && ++I != E;) {
912 for (unsigned IO = 0, EO = Instr.getNumOperands(); !IsSafe && IO != EO;
916 IsSafe = true;
922 IsSafe = true;
967 if (!IsSafe) {
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4420 bool IsSafe = false; local
4430 IsSafe = true;
4505 IsSafe = true;
4512 if ((IsCmpZero || IsSwapped) && !IsSafe) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp10963 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); local
10968 if (!IsSafe && !DidWarnAboutNonPOD &&

Completed in 308 milliseconds