Home
last modified time | relevance | path

Searched refs:Captured (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp81 Captured = true; in tooManyUses()
90 Captured = true; in captured()
96 bool Captured = false; member
110 void tooManyUses() override { Captured = true; } in tooManyUses()
136 Captured = true; in captured()
146 bool Captured = false; member
165 Captured = true; in tooManyUses()
178 Captured = true; in captured()
191 bool Captured = false; member
219 if (SCT.Captured) in PointerMayBeCaptured()
[all …]
H A DInstructionSimplify.cpp2840 bool Captured = false; in computePointerICmp() member
2841 void tooManyUses() override { Captured = true; } in computePointerICmp()
2853 Captured = true; in computePointerICmp()
2859 if (!Tracker.Captured) in computePointerICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp535 void tooManyUses() override { Captured = true; } in tooManyUses()
540 Captured = true; in captured()
546 Captured = true; in captured()
560 Captured = true; in captured()
566 Captured = true; in captured()
575 bool Captured = false; member
907 if (!Tracker.Captured) { in addArgumentAttrs()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp333 case Decl::Captured: in getDefinitiveDeclContext()
434 case Decl::Captured: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td104 def Captured : DeclNode<Decl>, DeclContext;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp964 case Captured: in getIdentifierNamespaceForKind()
1426 case Decl::Captured: in getPrimaryContext()
H A DDecl.cpp5417 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
H A DExpr.cpp914 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp207 case Decl::Captured: in VisitDecl()
H A DCGDecl.cpp101 case Decl::Captured: in EmitDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2144 case Decl::Captured:
H A DDecl.h4749 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp851 bool Captured = false; in foldAllocaCmp() member
858 void tooManyUses() override { Captured = true; } in foldAllocaCmp()
874 Captured = true; in foldAllocaCmp()
881 if (Tracker.Captured) in foldAllocaCmp()