Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h35 bool IsSimple) { in viewGraphForFunction() argument
106 printGraphForFunction(Function & F,GraphT Graph,StringRef Name,bool IsSimple) printGraphForFunction() argument
324 WriteDOTGraphToFile(Function & F,GraphT && Graph,std::string FileNamePrefix,bool IsSimple) WriteDOTGraphToFile() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp293 if (!shouldTailDuplicate(IsSimple, MBB)) in tailDuplicateBlocks() local
168 tailDuplicateAndUpdate(bool IsSimple,MachineBasicBlock * MBB,MachineBasicBlock * ForcedLayoutPred,SmallVectorImpl<MachineBasicBlock * > * DuplicatedPreds,function_ref<void (MachineBasicBlock *)> * RemovalCallback,SmallVectorImpl<MachineBasicBlock * > * CandidatePtr) tailDuplicateAndUpdate() argument
566 shouldTailDuplicate(bool IsSimple,MachineBasicBlock & TailBB) shouldTailDuplicate() argument
846 tailDuplicate(bool IsSimple,MachineBasicBlock * TailBB,MachineBasicBlock * ForcedLayoutPred,SmallVectorImpl<MachineBasicBlock * > & TDBBs,SmallVectorImpl<MachineInstr * > & Copies,SmallVectorImpl<MachineBasicBlock * > * CandidatePtr) tailDuplicate() argument
[all...]
H A DMachineBlockPlacement.cpp789 bool IsSimple = TailDup.isSimpleBB(BB); shouldTailDuplicate() local
3190 bool IsSimple = TailDup.isSimpleBB(BB); maybeTailDuplicateBlock() local
/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/llvm-project/bolt/include/bolt/Passes/
H A DFrameAnalysis.h42 bool IsSimple; member
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp243 ActOnGCCAsmStmt(SourceLocation AsmLoc,bool IsSimple,bool IsVolatile,unsigned NumOutputs,unsigned NumInputs,IdentifierInfo ** Names,MultiExprArg constraints,MultiExprArg Exprs,Expr * asmString,MultiExprArg clobbers,unsigned NumLabels,SourceLocation RParenLoc) ActOnGCCAsmStmt() argument
940 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); ActOnMSAsmStmt() local
H A DSemaConcept.cpp1647 ExprRequirement(Expr * E,bool IsSimple,SourceLocation NoexceptLoc,ReturnTypeRequirement Req,SatisfactionStatus Status,ConceptSpecializationExpr * SubstitutedConstraintExpr) ExprRequirement() argument
1665 ExprRequirement(SubstitutionDiagnostic * ExprSubstDiag,bool IsSimple,SourceLocation NoexceptLoc,ReturnTypeRequirement Req) ExprRequirement() argument
H A DSemaExprCXX.cpp9218 BuildExprRequirement(Expr * E,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement ReturnTypeRequirement) BuildExprRequirement() argument
9271 BuildExprRequirement(concepts::Requirement::SubstitutionDiagnostic * ExprSubstitutionDiagnostic,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement ReturnTypeRequirement) BuildExprRequirement() argument
H A DTreeTransform.h1518 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
3703 RebuildExprRequirement(concepts::Requirement::SubstitutionDiagnostic * SubstDiag,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement Ret) RebuildExprRequirement() argument
3711 RebuildExprRequirement(Expr * E,bool IsSimple,SourceLocation NoexceptLoc,concepts::ExprRequirement::ReturnTypeRequirement Ret) RebuildExprRequirement() argument
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp665 bool IsSimple = false; in performChanges() local
1536 bool IsSimple = false; in insertUpdatedCFI() local
/llvm-project/clang/test/Analysis/
H A Ddtor.cpp512 const bool IsSimple = __is_trivial(T) && __is_same(T, U); in do_copy() local
/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h741 bool IsSimple = false; global() member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp794 bool IsSimple = isa<LoadInst>(Inst) ? cast<LoadInst>(Inst)->isSimple() in tryPromoteAllocaToVector() local
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1823 bool IsSimple = false; global() member
H A DMCStreamer.cpp438 emitCFIStartProc(bool IsSimple,SMLoc Loc) emitCFIStartProc() argument
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h680 BinaryFunction(const std::string & Name,BinaryContext & BC,bool IsSimple) BinaryFunction() argument
/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3911 bool IsSimple = true; parseJavaEnumBody() local
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp2344 createInjectedBinaryFunction(const std::string & Name,bool IsSimple) createInjectedBinaryFunction() argument
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1064 bool IsSimple = true; discoverFileObjects() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp208 bool IsSimple = isSimple(); in operator ==() local