/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 227 Changed |= visitBlock(DTN->getBlock()); in visitBlock() local
|
H A D | HexagonCommonGEP.cpp | 331 getBlockTraversalOrder(DTN->getBlock(), Order); in getBlockTraversalOrder() local 1233 BO.push_back(DTN->getBlock()); 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
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 317 } else if (DependentTemplateName *DTN = getAsDependentTemplateName()) { print() local
|
H A D | TypeLoc.cpp | 614 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) initializeArgLocs() local
|
H A D | TextNodeDumper.cpp | 1184 const DependentTemplateName *DTN = TN.getAsDependentTemplateName(); dumpBareTemplateName() local
|
H A D | ASTContext.cpp | 6366 DependentTemplateName *DTN = Name.getAsDependentTemplateName(); getNameForTemplate() local 6420 DependentTemplateName *DTN = Name.getAsDependentTemplateName(); getCanonicalTemplateName() local
|
H A D | ASTImporter.cpp | 9844 DependentTemplateName *DTN = From.getAsDependentTemplateName(); Import() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 951 DomTreeNode *DTN = DT.getNode(InLoopSucc); addInfoForInductions() local 1047 auto *DTN = DT.getNode(UserI->getParent()); addInfoFor() local 1392 auto *DTN = DT.getNode(UserI->getParent()); checkAndReplaceCondition() local [all...] |
H A D | NewGVN.cpp | 2890 for (auto *DTN : nodes(DT)) { initializeCongruenceClasses() local 3462 for (auto *DTN : depth_first(DT->getRootNode())) { runGVN() local
|
H A D | SimpleLoopUnswitch.cpp | 3218 for (auto *DTN = DT.getNode(Latch); L.contains(DTN->getBlock()); collectUnswitchCandidatesWithInjections() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 865 if (DTN && DTN->isIdentifier()) { in ActOnCXXNestedNameSpecifier() local
|
H A D | SemaTemplate.cpp | 4504 DependentTemplateName *DTN CheckTemplateIdType() local 4830 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { ActOnTemplateIdType() local 4900 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { ActOnTagTemplateIdType() local 6295 if (DependentTemplateName *DTN CheckTemplateArgument() local 11535 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { ActOnTypenameType() local [all...] |
H A D | SemaTemplateDeduction.cpp | 2790 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) getTrivialTemplateArgumentLoc() local 6344 if (DependentTemplateName *DTN = Name.getAsDependentTemplateName()) MarkUsedTemplateParameters() local
|
H A D | TreeTransform.h | 4587 if (DependentTemplateName *DTN = Name.getAsDependentTemplateName()) { TransformTemplateName() local 7223 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName()) { TransformDependentTemplateSpecializationType() local
|
/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 743 DomTreeNode *DTN = DT[const_cast<BasicBlock *>(BB)]; gatherDominatingDefs() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 503 BasicBlock *BranchBB = DTN->getBlock(); in buildPredicateInfo() local
|
H A D | SimplifyIndVar.cpp | 1218 for (auto *DTN = (*DT)[InsertPt->getParent()]; DTN; DTN = DTN->getIDom()) in getInsertPointForUses() local
|
H A D | LoopUtils.cpp | 452 __anon250fd60c0502(DomTreeNode *DTN) collectChildrenInLoop() argument
|
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 413 const DynTypedNode &DTN = N.ASTNode; in getNodeValue() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 969 DomTreeNode *DTN; member
|
H A D | ScalarEvolution.cpp | 11467 for (DomTreeNode *DTN = DT[Latch], *HeaderDTN = DT[L->getHeader()]; isLoopBackedgeGuardedByCond() local
|