Searched refs:IsSimple (Results 1 - 8 of 8) 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.cpp98 bool IsSimple, MachineBasicBlock &TailBB);
106 bool IsSimple,
111 bool IsSimple,
189 bool IsSimple,
197 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies))
306 bool IsSimple = isSimpleBB(MBB); local
308 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
311 MadeChange |= TailDuplicateAndUpdate(MBB, IsSimple, MF);
529 bool IsSimple,
592 if (IsSimple)
188 TailDuplicateAndUpdate(MachineBasicBlock *MBB, bool IsSimple, MachineFunction &MF) argument
528 shouldTailDuplicate(const MachineFunction &MF, bool IsSimple, MachineBasicBlock &TailBB) argument
731 TailDuplicate(MachineBasicBlock *TailBB, bool IsSimple, MachineFunction &MF, SmallVector<MachineBasicBlock*, 8> &TDBBs, SmallVector<MachineInstr*, 16> &Copies) argument
[all...]
/external/clang/lib/Serialization/
H A DModuleManager.cpp238 explicit DOTGraphTraits(bool IsSimple = false)
239 : DefaultDOTGraphTraits(IsSimple) { }
/external/clang/include/clang/AST/
H A DStmt.h1367 bool IsSimple; member in class:clang::AsmStmt
1399 bool isSimple() const { return IsSimple; }
1400 void setSimple(bool V) { IsSimple = V; }
/external/clang/lib/AST/
H A DStmt.cpp535 , IsSimple(issimple), IsVolatile(isvolatile), MSAsm(msasm)
/external/clang/lib/Sema/
H A DSemaStmt.cpp2165 StmtResult Sema::ActOnAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
2275 new (Context) AsmStmt(Context, AsmLoc, IsSimple, IsVolatile, MSAsm,
H A DTreeTransform.h1165 bool IsSimple,
1176 return getSema().ActOnAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
1164 RebuildAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc, bool MSAsm) argument
/external/clang/include/clang/Sema/
H A DSema.h2338 bool IsSimple, bool IsVolatile,

Completed in 192 milliseconds