Home
last modified time | relevance | path

Searched refs:IsSimple (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h32 bool IsSimple) { in viewGraphForFunction() argument
35 ViewGraph(Graph, Name, IsSimple, in viewGraphForFunction()
39 template <typename AnalysisT, bool IsSimple,
44 : PassInfoMixin<DOTGraphTraitsViewer<AnalysisT, IsSimple, GraphT,
65 viewGraphForFunction(F, Graph, Name, IsSimple); in run()
88 bool IsSimple) { in printGraphForFunction() argument
98 WriteGraph(File, Graph, IsSimple, in printGraphForFunction()
105 template <typename AnalysisT, bool IsSimple,
110 : PassInfoMixin<DOTGraphTraitsPrinter<AnalysisT, IsSimple, GraphT,
132 printGraphForFunction(F, Graph, Name, IsSimple); in run()
[all …]
H A DDDGPrinter.h41 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {}
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDOTGraphTraits.h30 bool IsSimple;
34 return IsSimple; in isSimple()
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h79 bool shouldTailDuplicate(bool IsSimple, MachineBasicBlock &TailBB);
92 bool IsSimple, MachineBasicBlock *MBB,
119 bool tailDuplicate(bool IsSimple,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTailDuplicator.cpp156 bool IsSimple, MachineBasicBlock *MBB, in tailDuplicateAndUpdate() argument
167 if (!tailDuplicate(IsSimple, MBB, ForcedLayoutPred, in tailDuplicateAndUpdate()
283 bool IsSimple = isSimpleBB(&MBB); in tailDuplicateBlocks() local
285 if (!shouldTailDuplicate(IsSimple, MBB)) in tailDuplicateBlocks()
288 MadeChange |= tailDuplicateAndUpdate(IsSimple, &MBB, nullptr); in tailDuplicateBlocks()
553 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, in shouldTailDuplicate() argument
673 if (IsSimple) in shouldTailDuplicate()
825 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBlock *TailBB, in tailDuplicate() argument
838 if (IsSimple) in tailDuplicate()
H A DMachineBlockPlacement.cpp785 bool IsSimple = TailDup.isSimpleBB(BB); in shouldTailDuplicate() local
789 return TailDup.shouldTailDuplicate(IsSimple, *BB); in shouldTailDuplicate()
3114 bool IsSimple = TailDup.isSimpleBB(BB); in maybeTailDuplicateBlock() local
3125 TailDup.tailDuplicateAndUpdate(IsSimple, BB, LPred, &DuplicatedPreds, in maybeTailDuplicateBlock()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp242 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument
278 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
347 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
369 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
476 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
490 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, in ActOnGCCAsmStmt()
496 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
938 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); in ActOnMSAsmStmt() local
961 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple, in ActOnMSAsmStmt()
H A DSemaConcept.cpp1497 Expr *E, bool IsSimple, SourceLocation NoexceptLoc, in ExprRequirement() argument
1500 Requirement(IsSimple ? RK_Simple : RK_Compound, Status == SS_Dependent, in ExprRequirement()
1507 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) && in ExprRequirement()
1515 SubstitutionDiagnostic *ExprSubstDiag, bool IsSimple, in ExprRequirement() argument
1517 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(), in ExprRequirement()
1521 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) && in ExprRequirement()
H A DSemaExprCXX.cpp9007 Expr *E, bool IsSimple, SourceLocation NoexceptLoc, in BuildExprRequirement() argument
9045 return new (Context) concepts::ExprRequirement(E, IsSimple, NoexceptLoc, in BuildExprRequirement()
9053 bool IsSimple, SourceLocation NoexceptLoc, in BuildExprRequirement() argument
9056 IsSimple, NoexceptLoc, in BuildExprRequirement()
H A DTreeTransform.h1472 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt() argument
1479 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs, in RebuildGCCAsmStmt()
3558 concepts::Requirement::SubstitutionDiagnostic *SubstDiag, bool IsSimple, in RebuildExprRequirement() argument
3561 return SemaRef.BuildExprRequirement(SubstDiag, IsSimple, NoexceptLoc, in RebuildExprRequirement()
3566 RebuildExprRequirement(Expr *E, bool IsSimple, SourceLocation NoexceptLoc, in RebuildExprRequirement() argument
3568 return SemaRef.BuildExprRequirement(E, IsSimple, NoexceptLoc, in RebuildExprRequirement()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1677 if (!Frame.IsSimple) { in EmitCIE()
1783 unsigned LSDAEncoding, bool IsSignalFrame, bool IsSimple, in CIEKey()
1787 IsSimple(IsSimple), RAReg(RAReg), IsBKeyFrame(IsBKeyFrame), in CIEKey()
1794 IsSimple(Frame.IsSimple), RAReg(Frame.RAReg), in CIEKey()
1806 IsSignalFrame, IsSimple, RAReg, IsBKeyFrame, in operator <()
1810 Other.IsSimple, Other.RAReg, Other.IsBKeyFrame, in operator <()
1818 bool IsSimple; member
1835 Key.IsSignalFrame, Key.IsSimple, Key.RAReg, in getHashValue()
1844 LHS.IsSimple == RHS.IsSimple && LHS.RAReg == RHS.RAReg && in isEqual()
H A DMCStreamer.cpp447 void MCStreamer::emitCFIStartProc(bool IsSimple, SMLoc Loc) { in emitCFIStartProc() argument
453 Frame.IsSimple = IsSimple; in emitCFIStartProc()
H A DMCAsmStreamer.cpp1869 if (Frame.IsSimple) in emitCFIStartProcImpl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprConcepts.h353 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
366 ExprRequirement(SubstitutionDiagnostic *E, bool IsSimple,
H A DStmt.h2895 bool IsSimple; variable
2909 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt()
2920 bool isSimple() const { return IsSimple; } in isSimple()
2921 void setSimple(bool V) { IsSimple = V; } in setSimple()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp499 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits()
500 : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp201 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp455 bool IsSimple = isa<LoadInst>(Inst) ? cast<LoadInst>(Inst)->isSimple() in tryPromoteAllocaToVector() local
457 if (!IsSimple || in tryPromoteAllocaToVector()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h695 bool IsSimple = false; member
H A DMCStreamer.h1022 void emitCFIStartProc(bool IsSimple, SMLoc Loc = SMLoc());
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp2274 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp3792 bool IsSimple = true; in parseJavaEnumBody() local
3798 IsSimple = false; in parseJavaEnumBody()
3807 if (IsSimple) { in parseJavaEnumBody()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp217 bool IsSimple = isSimple(); in operator ==() local
219 if (IsSimple && VTSIsSimple) in operator ==()
223 bool HaveDefault = IsSimple || hasDefault(); in operator ==()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5193 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,