Searched defs:IsSimple (Results 1 - 11 of 11) 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/include/llvm/Analysis/
H A DTargetTransformInfo.h45 : ReadMem(false), WriteMem(false), IsSimple(false), MatchingId(0),
51 bool IsSimple; member in struct:llvm::MemIntrinsicInfo
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
162 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names,
348 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
727 bool IsSimple = (NumOutputs != 0 || NumInputs != 0);
730 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
H A DTreeTransform.h1262 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
1268 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp108 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); local
332 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
335 MadeChange |= TailDuplicateAndUpdate(MBB, IsSimple, MF);
549 bool IsSimple,
634 if (IsSimple)
212 TailDuplicateAndUpdate(MachineBasicBlock *MBB, bool IsSimple, MachineFunction &MF) argument
548 shouldTailDuplicate(const MachineFunction &MF, bool IsSimple, MachineBasicBlock &TailBB) argument
763 TailDuplicate(MachineBasicBlock *TailBB, bool IsSimple, MachineFunction &MF, SmallVectorImpl<MachineBasicBlock *> &TDBBs, SmallVectorImpl<MachineInstr *> &Copies) argument
[all...]
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp1577 bool IsSimple = true; local
1583 IsSimple = false;
1592 if (IsSimple) {
/external/clang/test/Analysis/
H A Ddtor.cpp510 template <bool IsSimple, typename T>
516 const bool IsSimple = __is_trivial(T) && __is_same(T, U); local
517 copier<IsSimple, T>::do_copy(dest, src, count);
/external/llvm/include/llvm/MC/
H A DMCDwarf.h497 IsSimple(false) {}
508 bool IsSimple; member in struct:llvm::MCDwarfFrameInfo
/external/llvm/lib/MC/
H A DMCDwarf.cpp1014 bool IsSimple);
1257 bool IsSimple) {
1354 if (!IsSimple) {
1448 unsigned LsdaEncoding, bool IsSignalFrame, bool IsSimple)
1451 IsSimple(IsSimple) {}
1456 bool IsSimple; member in struct:__anon12356::CIEKey
1467 Key.IsSignalFrame, Key.IsSimple));
1474 LHS.IsSimple == RHS.IsSimple;
1252 EmitCIE(const MCSymbol *personality, unsigned personalityEncoding, const MCSymbol *lsda, bool IsSignalFrame, unsigned lsdaEncoding, bool IsSimple) argument
1447 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, unsigned LsdaEncoding, bool IsSignalFrame, bool IsSimple) argument
[all...]
H A DMCStreamer.cpp215 void MCStreamer::EmitCFIStartProc(bool IsSimple) { argument
221 Frame.IsSimple = IsSimple;
/external/clang/include/clang/AST/
H A DStmt.h1397 bool IsSimple; member in class:clang::AsmStmt
1411 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1424 bool isSimple() const { return IsSimple; }
1425 void setSimple(bool V) { IsSimple = V; }

Completed in 233 milliseconds