| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 294 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 D | GenericDomTree.h | 90 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 D | GenericIteratedDominanceFrontier.h | 153 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 D | PlistReporter.cpp | 86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist() 98 EmitString(o, getLevelName(D.getLevel())) << '\n'; in writeARCDiagsToPlist()
|
| H A D | TransProtectedScope.cpp | 137 for (; DiagI != DiagE && DiagI->getLevel() == DiagnosticsEngine::Note; in handleProtectedScopeError() 148 assert(Diag.getLevel() == DiagnosticsEngine::Note); in handleProtectedNote()
|
| H A D | ARCMT.cpp | 45 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 D | AttrImpl.cpp | 151 if (Level <= Attr->getLevel()) { in getActiveAttr() 152 Level = Attr->getLevel(); in getActiveAttr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | BreadthFirstIterator.h | 144 unsigned getLevel() const { return Level; } in getLevel() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 374 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 D | Diagnostic.cpp | 502 Level DiagLevel = storedDiag.getLevel(); in Report()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeMoverUtils.cpp | 105 return DA->getLevel() < DB->getLevel(); in domTreeLevelBefore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineSizeEstimatorAnalysis.cpp | 148 Ret = std::max(Ret, TN->getLevel()); in getMaxDominatorTreeDepth()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
|
| H A D | ASTUnit.cpp | 1254 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1678 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 20475 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 D | CodeGenModule.cpp | 2728 if (!ActiveAttr || (*ActiveAttr)->getLevel() != (unsigned)-1) in MayBeEmittedEagerly()
|