/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 227 for (auto *DTN : children<DomTreeNode*>(DT->getNode(B))) in visitBlock() local
|
H A D | HexagonCommonGEP.cpp | 331 for (auto *DTN : children<DomTreeNode*>(DT->getNode(Root))) in getBlockTraversalOrder() local 1233 for (auto *DTN : children<DomTreeNode *>(DT->getNode(B))) in removeDeadCode() local
|
H A D | HexagonGenInsert.cpp | 966 for (auto *DTN : children<MachineDomTreeNode*>(MDT->getNode(B))) { in collectInBlock() local 1438 for (auto *DTN : children<MachineDomTreeNode*>(N)) in removeDeadCode() local
|
H A D | HexagonBitSimplify.cpp | 305 for (auto *DTN : children<MachineDomTreeNode*>(MDT->getNode(&B))) in INITIALIZE_PASS_DEPENDENCY() local 1021 for (auto *DTN : children<MachineDomTreeNode*>(N)) in runOnNode() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 333 } else if (DependentTemplateName *DTN = getAsDependentTemplateName()) { print() local
|
H A D | TypeLoc.cpp | 607 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) initializeArgLocs() local
|
H A D | ASTContext.cpp | 6197 DependentTemplateName *DTN = Name.getAsDependentTemplateName(); getNameForTemplate() local 6251 DependentTemplateName *DTN = Name.getAsDependentTemplateName(); getCanonicalTemplateName() local
|
H A D | ASTImporter.cpp | 9757 DependentTemplateName *DTN = From.getAsDependentTemplateName(); Import() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 935 DomTreeNode *DTN = DT.getNode(InLoopSucc); addInfoForInductions() local 1031 auto *DTN = DT.getNode(UserI->getParent()); addInfoFor() local 1373 auto *DTN = DT.getNode(UserI->getParent()); checkAndReplaceCondition() local [all...] |
H A D | NewGVN.cpp | 2890 for (auto *DTN : nodes(DT)) { in initializeCongruenceClasses() local 3462 for (auto *DTN : depth_first(DT->getRootNode())) { runGVN() local
|
H A D | SimpleLoopUnswitch.cpp | 3215 for (auto *DTN = DT.getNode(Latch); L.contains(DTN->getBlock()); collectUnswitchCandidatesWithInjections() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 905 DependentTemplateName *DTN = Template.getAsDependentTemplateName(); ActOnCXXNestedNameSpecifier() local
|
H A D | SemaTemplate.cpp | 3988 DependentTemplateName *DTN CheckTemplateIdType() local 4307 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { ActOnTemplateIdType() local 4377 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { ActOnTagTemplateIdType() local 5808 if (DependentTemplateName *DTN CheckTemplateArgument() local 11098 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { ActOnTypenameType() local [all...] |
H A D | SemaTemplateDeduction.cpp | 2629 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) getTrivialTemplateArgumentLoc() local 6170 if (DependentTemplateName *DTN = Name.getAsDependentTemplateName()) MarkUsedTemplateParameters() local
|
H A D | TreeTransform.h | 4506 if (DependentTemplateName *DTN = Name.getAsDependentTemplateName()) { TransformTemplateName() local 6976 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { TransformDependentTemplateSpecializationType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 743 DomTreeNode *DTN = DT[const_cast<BasicBlock *>(BB)]; in gatherDominatingDefs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 505 for (auto *DTN : depth_first(DT.getRootNode())) { buildPredicateInfo() local
|
H A D | SimplifyIndVar.cpp | 1190 for (auto *DTN = (*DT)[InsertPt->getParent()]; DTN; DTN = DTN->getIDom()) getInsertPointForUses() local
|
H A D | LoopUtils.cpp | 452 auto AddRegionToWorklist = [&](DomTreeNode *DTN) { in collectChildrenInLoop() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 413 const DynTypedNode &DTN = N.ASTNode; in getNodeValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 966 DomTreeNode *DTN; global() member
|
H A D | ScalarEvolution.cpp | 11391 for (DomTreeNode *DTN = DT[Latch], *HeaderDTN = DT[L->getHeader()]; isLoopBackedgeGuardedByCond() local
|