HomeSort by relevance Sort by last modified time
    Searched defs:IsSimple (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 31 bool IsSimple;
34 bool isSimple() {
35 return IsSimple;
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 110 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
310 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
613 bool IsSimple = (NumOutputs != 0 || NumInputs != 0);
616 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 108 bool IsSimple, MachineBasicBlock &TailBB);
116 bool IsSimple,
121 bool IsSimple,
213 bool IsSimple,
221 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies))
330 bool IsSimple = isSimpleBB(MBB);
332 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
335 MadeChange |= TailDuplicateAndUpdate(MBB, IsSimple, MF);
548 bool IsSimple,
611 if (IsSimple)
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 471 IsSimple(false) {}
482 bool IsSimple;
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 535 milliseconds