Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h35 bool IsSimple) { in viewGraphForFunction() argument
38 ViewGraph(Graph, Name, IsSimple, in viewGraphForFunction()
42 template <typename AnalysisT, bool IsSimple,
68 viewGraphForFunction(F, Graph, Name, IsSimple); in run()
107 bool IsSimple) { in printGraphForFunction() argument
119 WriteGraph(File, Graph, IsSimple, in printGraphForFunction()
126 template <typename AnalysisT, bool IsSimple,
207 viewGraphForFunction(F, Graph, Name, IsSimple); in runOnFunction()
272 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
306 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
[all …]
H A DDDGPrinter.h42 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {}
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h79 bool shouldTailDuplicate(bool IsSimple, MachineBasicBlock &TailBB);
92 bool IsSimple, MachineBasicBlock *MBB,
119 bool tailDuplicate(bool IsSimple,
/freebsd-14.2/contrib/llvm-project/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()
556 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, in shouldTailDuplicate() argument
676 if (IsSimple) in shouldTailDuplicate()
828 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBlock *TailBB, in tailDuplicate() argument
841 if (IsSimple) in tailDuplicate()
H A DMachineBlockPlacement.cpp784 bool IsSimple = TailDup.isSimpleBB(BB); in shouldTailDuplicate() local
788 return TailDup.shouldTailDuplicate(IsSimple, *BB); in shouldTailDuplicate()
3136 bool IsSimple = TailDup.isSimpleBB(BB); in maybeTailDuplicateBlock() local
3147 TailDup.tailDuplicateAndUpdate(IsSimple, BB, LPred, &DuplicatedPreds, in maybeTailDuplicateBlock()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp243 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument
280 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
349 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
371 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
478 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
492 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, in ActOnGCCAsmStmt()
498 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
940 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); in ActOnMSAsmStmt() local
963 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple, in ActOnMSAsmStmt()
H A DSemaConcept.cpp1600 Expr *E, bool IsSimple, SourceLocation NoexceptLoc, in ExprRequirement() argument
1603 Requirement(IsSimple ? RK_Simple : RK_Compound, Status == SS_Dependent, in ExprRequirement()
1610 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) && in ExprRequirement()
1618 SubstitutionDiagnostic *ExprSubstDiag, bool IsSimple, in ExprRequirement() argument
1620 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(), in ExprRequirement()
1624 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) && in ExprRequirement()
H A DSemaExprCXX.cpp9070 Expr *E, bool IsSimple, SourceLocation NoexceptLoc, in BuildExprRequirement() argument
9110 IsSimple, NoexceptLoc, ReturnTypeRequirement); in BuildExprRequirement()
9117 return new (Context) concepts::ExprRequirement(E, IsSimple, NoexceptLoc, in BuildExprRequirement()
9125 bool IsSimple, SourceLocation NoexceptLoc, in BuildExprRequirement() argument
9128 IsSimple, NoexceptLoc, in BuildExprRequirement()
H A DTreeTransform.h1497 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt() argument
1504 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs, in RebuildGCCAsmStmt()
3645 concepts::Requirement::SubstitutionDiagnostic *SubstDiag, bool IsSimple, in RebuildExprRequirement() argument
3648 return SemaRef.BuildExprRequirement(SubstDiag, IsSimple, NoexceptLoc, in RebuildExprRequirement()
3653 RebuildExprRequirement(Expr *E, bool IsSimple, SourceLocation NoexceptLoc, in RebuildExprRequirement() argument
3655 return SemaRef.BuildExprRequirement(E, IsSimple, NoexceptLoc, in RebuildExprRequirement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1679 if (!Frame.IsSimple) { in EmitCIE()
1785 unsigned LSDAEncoding, bool IsSignalFrame, bool IsSimple, in CIEKey()
1789 IsSimple(IsSimple), RAReg(RAReg), IsBKeyFrame(IsBKeyFrame), in CIEKey()
1796 IsSimple(Frame.IsSimple), RAReg(Frame.RAReg), in CIEKey()
1808 IsSignalFrame, IsSimple, RAReg, IsBKeyFrame, in operator <()
1812 Other.IsSimple, Other.RAReg, Other.IsBKeyFrame, in operator <()
1820 bool IsSimple; member
1837 Key.IsSignalFrame, Key.IsSimple, Key.RAReg, in getHashValue()
1846 LHS.IsSimple == RHS.IsSimple && LHS.RAReg == RHS.RAReg && in isEqual()
H A DMCStreamer.cpp448 void MCStreamer::emitCFIStartProc(bool IsSimple, SMLoc Loc) { in emitCFIStartProc() argument
455 Frame.IsSimple = IsSimple; in emitCFIStartProc()
H A DMCAsmStreamer.cpp1937 if (Frame.IsSimple) in emitCFIStartProcImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp300 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h370 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
383 ExprRequirement(SubstitutionDiagnostic *E, bool IsSimple,
H A DStmt.h3106 bool IsSimple; variable
3120 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt()
3131 bool isSimple() const { return IsSimple; } in isSimple()
3132 void setSimple(bool V) { IsSimple = V; } in setSimple()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp485 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits()
486 : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp200 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h710 bool IsSimple = false; member
H A DMCStreamer.h1032 void emitCFIStartProc(bool IsSimple, SMLoc Loc = SMLoc());
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp702 bool IsSimple = isa<LoadInst>(Inst) ? cast<LoadInst>(Inst)->isSimple() in tryPromoteAllocaToVector() local
704 if (!IsSimple) in tryPromoteAllocaToVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2257 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3859 bool IsSimple = true; in parseJavaEnumBody() local
3865 IsSimple = false; in parseJavaEnumBody()
3874 if (IsSimple) { in parseJavaEnumBody()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp218 bool IsSimple = isSimple(); in operator ==() local
220 if (IsSimple && VTSIsSimple) in operator ==()
224 bool HaveDefault = IsSimple || hasDefault(); in operator ==()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2248 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()

12