HomeSort by relevance Sort by last modified time
    Searched refs:IsSafe (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 448 bool IsSafe() {
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);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 907 bool IsSafe = false;
910 !IsSafe && ++I != E;) {
912 for (unsigned IO = 0, EO = Instr.getNumOperands(); !IsSafe && IO != EO;
916 IsSafe = true;
922 IsSafe = true;
967 if (!IsSafe) {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 771 milliseconds