/freebsd/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/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 326 } else if (DependentTemplateName *DTN = getAsDependentTemplateName()) { in print() local
|
H A D | TypeLoc.cpp | 614 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) in initializeArgLocs() local
|
H A D | TextNodeDumper.cpp | 1184 const DependentTemplateName *DTN = TN.getAsDependentTemplateName(); in dumpBareTemplateName() local
|
H A D | ASTContext.cpp | 6643 DependentTemplateName *DTN = Name.getAsDependentTemplateName(); in getNameForTemplate() local 6697 DependentTemplateName *DTN = Name.getAsDependentTemplateName(); in getCanonicalTemplateName() local
|
H A D | ASTImporter.cpp | 9851 DependentTemplateName *DTN = From.getAsDependentTemplateName(); in Import() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 951 DomTreeNode *DTN = DT.getNode(InLoopSucc); in addInfoForInductions() local 1064 auto *DTN = DT.getNode(UserI->getParent()); in addInfoFor() local 1411 auto *DTN = DT.getNode(UserI->getParent()); in checkAndReplaceCondition() local
|
H A D | NewGVN.cpp | 2890 for (auto *DTN : nodes(DT)) { in initializeCongruenceClasses() local 3465 for (auto *DTN : depth_first(DT->getRootNode())) { in runGVN() local
|
H A D | SimpleLoopUnswitch.cpp | 3236 for (auto *DTN = DT.getNode(Latch); L.contains(DTN->getBlock()); collectUnswitchCandidatesWithInjections() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 865 DependentTemplateName *DTN = Template.getAsDependentTemplateName(); in ActOnCXXNestedNameSpecifier() local
|
H A D | SemaTemplate.cpp | 3287 DependentTemplateName *DTN in CheckTemplateIdType() local 3617 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { in ActOnTemplateIdType() local 3687 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { in ActOnTagTemplateIdType() local 5083 if (DependentTemplateName *DTN in CheckTemplateArgument() local 10323 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { in ActOnTypenameType() local
|
H A D | SemaTemplateDeduction.cpp | 2790 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) in getTrivialTemplateArgumentLoc() local 6344 if (DependentTemplateName *DTN = Name.getAsDependentTemplateName()) in MarkUsedTemplateParameters() local
|
H A D | TreeTransform.h | 4590 if (DependentTemplateName *DTN = Name.getAsDependentTemplateName()) { in TransformTemplateName() local 7231 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { in TransformDependentTemplateSpecializationType() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 743 DomTreeNode *DTN = DT[const_cast<BasicBlock *>(BB)]; in gatherDominatingDefs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 503 for (auto *DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo() local
|
H A D | SimplifyIndVar.cpp | 1220 for (auto *DTN = (*DT)[InsertPt->getParent()]; DTN; DTN = DTN->getIDom()) in getInsertPointForUses() local
|
H A D | LoopUtils.cpp | 452 auto AddRegionToWorklist = [&](DomTreeNode *DTN) { in collectChildrenInLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 969 DomTreeNode *DTN; member
|
H A D | ScalarEvolution.cpp | 11469 for (DomTreeNode *DTN = DT[Latch], *HeaderDTN = DT[L->getHeader()]; in isLoopBackedgeGuardedByCond() local
|