Searched refs:IsSimple (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h31 bool IsSimple; member in struct:llvm::DefaultDOTGraphTraits
35 return IsSimple;
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp103 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); local
317 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
320 MadeChange |= TailDuplicateAndUpdate(MBB, IsSimple, MF);
539 bool IsSimple,
603 if (IsSimple)
197 TailDuplicateAndUpdate(MachineBasicBlock *MBB, bool IsSimple, MachineFunction &MF) argument
538 shouldTailDuplicate(const MachineFunction &MF, bool IsSimple, MachineBasicBlock &TailBB) argument
742 TailDuplicate(MachineBasicBlock *TailBB, bool IsSimple, MachineFunction &MF, SmallVector<MachineBasicBlock*, 8> &TDBBs, SmallVector<MachineInstr*, 16> &Copies) argument
[all...]
/external/clang/lib/Serialization/
H A DModuleManager.cpp384 explicit DOTGraphTraits(bool IsSimple = false)
385 : DefaultDOTGraphTraits(IsSimple) { }
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp89 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
210 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
594 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, /*IsSimple*/ true,
690 bool IsSimple = NumExprs > 0; local
692 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
H A DTreeTransform.h1174 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
1180 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
/external/clang/include/clang/AST/
H A DStmt.h1377 bool IsSimple; member in class:clang::AsmStmt
1392 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1403 bool isSimple() const { return IsSimple; }
1404 void setSimple(bool V) { IsSimple = V; }
/external/clang/include/clang/Sema/
H A DSema.h2755 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,

Completed in 1229 milliseconds