Searched refs:Innermost (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 91 Loop *Innermost = nullptr; in getInnermostLoopFor() local 100 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor() 101 Innermost = BBL; in getInnermostLoopFor() 103 return Innermost; in getInnermostLoopFor()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2102 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost(); in VisitFunctionDecl() local 2106 = FunctionTemplate->findSpecialization(Innermost, InsertPos); in VisitFunctionDecl() 2268 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost(); in VisitFunctionDecl() local 2271 Innermost), in VisitFunctionDecl() 2472 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost(); in VisitCXXMethodDecl() local 2476 = FunctionTemplate->findSpecialization(Innermost, InsertPos); in VisitCXXMethodDecl() 2670 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost(); in VisitCXXMethodDecl() local 2673 Innermost), in VisitCXXMethodDecl()
|
H A D | SemaTemplateInstantiate.cpp | 466 std::optional<ArrayRef<TemplateArgument>> Innermost, bool RelativeToPrimary, in getTemplateInstantiationArgs() argument 479 if (Innermost) { in getTemplateInstantiationArgs() 480 Result.addOuterTemplateArguments(const_cast<NamedDecl *>(ND), *Innermost, in getTemplateInstantiationArgs()
|
H A D | SemaTemplateDeduction.cpp | 3080 std::optional<ArrayRef<TemplateArgument>> Innermost; in CheckDeducedArgumentConstraints() local 3084 Innermost = CanonicalDeducedArgs; in CheckDeducedArgumentConstraints() 3087 Template, Template->getDeclContext(), /*Final=*/false, Innermost, in CheckDeducedArgumentConstraints() 3095 if (!Innermost) in CheckDeducedArgumentConstraints()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4717 CanonicalLoopInfo *Innermost = Loops.back(); in collapseLoops() local 4805 ContinueWith(Innermost->getBody(), Innermost->getLatch()); in collapseLoops()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 13057 std::optional<ArrayRef<TemplateArgument>> Innermost = std::nullopt,
|