HomeSort by relevance Sort by last modified time
    Searched defs:IsSimple (Results 1 - 4 of 4) 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 89 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
210 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
594 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, /*IsSimple*/ true,
690 bool IsSimple = NumExprs > 0;
692 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 103 bool IsSimple, MachineBasicBlock &TailBB);
111 bool IsSimple,
116 bool IsSimple,
198 bool IsSimple,
206 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies))
315 bool IsSimple = isSimpleBB(MBB);
317 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
320 MadeChange |= TailDuplicateAndUpdate(MBB, IsSimple, MF);
539 bool IsSimple,
603 if (IsSimple)
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 1342 milliseconds