Home
last modified time | relevance | path

Searched refs:getLevel (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h294 if (TN && TN->getLevel() < MinLevel)
635 return LHS->getLevel() < RHS->getLevel(); in operator()
756 const unsigned NCDLevel = NCD->getLevel(); in InsertReachable()
768 if (NCDLevel + 1 >= To->getLevel()) in InsertReachable()
781 const unsigned CurrentLevel = TN->getLevel(); in InsertReachable()
800 const unsigned SuccLevel = SuccTN->getLevel(); in InsertReachable()
857 assert(TN->getLevel() == TN->getIDom()->getLevel() + 1 && in UpdateInsertion()
992 const unsigned Level = ToIDomTN->getLevel(); in DeleteReachable()
994 return DT.getNode(To)->getLevel() > Level; in DeleteReachable()
1053 const unsigned Level = ToTN->getLevel(); in DeleteUnreachable()
[all …]
H A DGenericDomTree.h90 unsigned getLevel() const { return Level; }
180 << Node->getLevel() << "]\n";
435 if (A->getLevel() >= B->getLevel()) return false;
489 if (NodeA->getLevel() < NodeB->getLevel()) std::swap(NodeA, NodeB);
892 const unsigned ALevel = A->getLevel();
897 while ((IDom = B->getIDom()) != nullptr && IDom->getLevel() >= ALevel)
H A DGenericIteratedDominanceFrontier.h153 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate()
179 const unsigned SuccLevel = SuccNode->getLevel(); in calculate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
98 EmitString(o, getLevelName(D.getLevel())) << '\n'; in writeARCDiagsToPlist()
H A DTransProtectedScope.cpp137 for (; DiagI != DiagE && DiagI->getLevel() == DiagnosticsEngine::Note; in handleProtectedScopeError()
148 assert(Diag.getLevel() == DiagnosticsEngine::Note); in handleProtectedNote()
H A DARCMT.cpp45 if (eraseS->getLevel() != DiagnosticsEngine::Note) in clearDiagnostic()
46 while (I != List.end() && I->getLevel() == DiagnosticsEngine::Note) in clearDiagnostic()
88 if (I->getLevel() >= DiagnosticsEngine::Error) in hasErrors()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp151 if (Level <= Attr->getLevel()) { in getActiveAttr()
152 Level = Attr->getLevel(); in getActiveAttr()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp27 switch (Diag.getLevel()) { in getSeverity()
H A DCIndex.cpp94 if (D->getLevel() >= DiagnosticsEngine::Error && in isASTReadError()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp374 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
494 return CustomDiagInfo->getLevel(DiagID); in getDiagnosticLevel()
817 return CustomDiagInfo->getLevel(DiagID) >= DiagnosticIDs::Error; in isUnrecoverable()
H A DDiagnostic.cpp502 Level DiagLevel = storedDiag.getLevel(); in Report()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp105 return DA->getLevel() < DB->getLevel(); in domTreeLevelBefore()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp148 Ret = std::max(Ret, TN->getLevel()); in getMaxDominatorTreeDepth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
H A DASTUnit.cpp1253 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h635 int getLevel(FuncDeclaration *fd, int intypeof); // lexical nesting level difference
H A Dfunc.d1108 final int getLevel(FuncDeclaration fd, int intypeof) in getLevel() function
1172 int level = getLevel(fd, sc.intypeof); in getLevelAndCheck()
H A Descape.d1246 !(!refs && sc.func.isFuncDeclaration().getLevel(pfunc, sc.intypeof) > 0) in checkReturnEscapeImpl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h624 int getLevel(Loc loc, Scope *sc, FuncDeclaration *fd); // lexical nesting level difference
H A Ddeclaration.c1932 int lv = fdthis->getLevel(loc, sc, fdv); in checkNestedReference()
H A Dfunc.c3654 int FuncDeclaration::getLevel(Loc loc, Scope *sc, FuncDeclaration *fd) in getLevel() function
4370 int lv = fdthis->getLevel(loc, sc, fdv); in checkNestedReference()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1678 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp20087 ActiveAttr.getValue()->getLevel() == Level) { in ActOnOpenMPDeclareTargetName()
20095 ActiveAttr.getValue()->getLevel() == Level) { in ActOnOpenMPDeclareTargetName()
20100 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getLevel() == Level) in ActOnOpenMPDeclareTargetName()
20192 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getLevel() >= Level) in checkDeclIsAllowedInOpenMPTarget()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2698 if (!ActiveAttr || (*ActiveAttr)->getLevel() != (unsigned)-1) in MayBeEmittedEagerly()