Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
857 assert(TN->getLevel() == TN->getIDom()->getLevel() + 1 && in UpdateInsertion()
1053 const unsigned Level = ToTN->getLevel(); in DeleteUnreachable()
1060 if (TN->getLevel() > Level) return true; in DeleteUnreachable()
1086 if (NCD != TN && NCD->getLevel() < MinNode->getLevel()) MinNode = NCD; in DeleteUnreachable()
1308 if (!IDom && TN->getLevel() != 0) { in VerifyLevels()
1316 if (IDom && TN->getLevel() != IDom->getLevel() + 1) { in VerifyLevels()
[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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp151 if (Level <= Attr->getLevel()) { in getActiveAttr()
152 Level = Attr->getLevel(); in getActiveAttr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp105 return DA->getLevel() < DB->getLevel(); in domTreeLevelBefore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp148 Ret = std::max(Ret, TN->getLevel()); in getMaxDominatorTreeDepth()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
H A DASTUnit.cpp1254 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1678 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20475 ActiveAttr.getValue()->getLevel() == Level) { in ActOnOpenMPDeclareTargetName()
20483 ActiveAttr.getValue()->getLevel() == Level) { in ActOnOpenMPDeclareTargetName()
20488 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getLevel() == Level) in ActOnOpenMPDeclareTargetName()
20580 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getLevel() >= Level) in checkDeclIsAllowedInOpenMPTarget()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2728 if (!ActiveAttr || (*ActiveAttr)->getLevel() != (unsigned)-1) in MayBeEmittedEagerly()