Home
last modified time | relevance | path

Searched defs:IsSimple (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h35 bool IsSimple) { in viewGraphForFunction() argument
107 printGraphForFunction(Function & F,GraphT Graph,StringRef Name,bool IsSimple) printGraphForFunction() argument
325 WriteDOTGraphToFile(Function & F,GraphT && Graph,std::string FileNamePrefix,bool IsSimple) WriteDOTGraphToFile() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp156 tailDuplicateAndUpdate(bool IsSimple,MachineBasicBlock * MBB,MachineBasicBlock * ForcedLayoutPred,SmallVectorImpl<MachineBasicBlock * > * DuplicatedPreds,function_ref<void (MachineBasicBlock *)> * RemovalCallback,SmallVectorImpl<MachineBasicBlock * > * CandidatePtr) tailDuplicateAndUpdate() argument
283 bool IsSimple = isSimpleBB(&MBB); tailDuplicateBlocks() local
556 shouldTailDuplicate(bool IsSimple,MachineBasicBlock & TailBB) shouldTailDuplicate() argument
828 tailDuplicate(bool IsSimple,MachineBasicBlock * TailBB,MachineBasicBlock * ForcedLayoutPred,SmallVectorImpl<MachineBasicBlock * > & TDBBs,SmallVectorImpl<MachineInstr * > & Copies,SmallVectorImpl<MachineBasicBlock * > * CandidatePtr) tailDuplicate() argument
[all...]
H A DMachineBlockPlacement.cpp784 bool IsSimple = TailDup.isSimpleBB(BB); shouldTailDuplicate() local
3136 bool IsSimple = TailDup.isSimpleBB(BB); maybeTailDuplicateBlock() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp243 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument
940 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); in ActOnMSAsmStmt() local
H A DSemaConcept.cpp1600 ExprRequirement(Expr * E,bool IsSimple,SourceLocation NoexceptLoc,ReturnTypeRequirement Req,SatisfactionStatus Status,ConceptSpecializationExpr * SubstitutedConstraintExpr) ExprRequirement() argument
1618 ExprRequirement(SubstitutionDiagnostic * ExprSubstDiag,bool IsSimple,SourceLocation NoexceptLoc,ReturnTypeRequirement Req) ExprRequirement() argument
H A DSemaExprCXX.cpp9070 BuildExprRequirement(Expr * E,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement ReturnTypeRequirement) BuildExprRequirement() argument
9125 BuildExprRequirement(concepts::Requirement::SubstitutionDiagnostic * ExprSubstitutionDiagnostic,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement ReturnTypeRequirement) BuildExprRequirement() argument
H A DTreeTransform.h1497 RebuildGCCAsmStmt(SourceLocation AsmLoc,bool IsSimple,bool IsVolatile,unsigned NumOutputs,unsigned NumInputs,IdentifierInfo ** Names,MultiExprArg Constraints,MultiExprArg Exprs,Expr * AsmString,MultiExprArg Clobbers,unsigned NumLabels,SourceLocation RParenLoc) RebuildGCCAsmStmt() argument
3645 RebuildExprRequirement(concepts::Requirement::SubstitutionDiagnostic * SubstDiag,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement Ret) RebuildExprRequirement() argument
3653 RebuildExprRequirement(Expr * E,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement Ret) RebuildExprRequirement() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h710 bool IsSimple = false; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp702 bool IsSimple = isa<LoadInst>(Inst) ? cast<LoadInst>(Inst)->isSimple() tryPromoteAllocaToVector() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1820 bool IsSimple; global() member
H A DMCStreamer.cpp448 emitCFIStartProc(bool IsSimple,SMLoc Loc) emitCFIStartProc() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3859 bool IsSimple = true; parseJavaEnumBody() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp