Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericDomTreeConstruction.h327 if (TN && TN->getLevel() < MinLevel)
633 return LHS->getLevel() < RHS->getLevel(); in operator()
758 const unsigned NCDLevel = NCD->getLevel(); in InsertReachable()
770 if (NCDLevel + 1 >= To->getLevel()) in InsertReachable()
783 const unsigned CurrentLevel = TN->getLevel(); in InsertReachable()
803 const unsigned SuccLevel = SuccTN->getLevel(); in InsertReachable()
860 assert(TN->getLevel() == TN->getIDom()->getLevel() + 1 && in UpdateInsertion()
995 const unsigned Level = ToIDomTN->getLevel(); in DeleteReachable()
997 return DT.getNode(To)->getLevel() > Level; in DeleteReachable()
1057 const unsigned Level = ToTN->getLevel(); in DeleteUnreachable()
[all …]
HDGenericDomTree.h83 unsigned getLevel() const { return Level; }
174 << Node->getLevel() << "]\n";
412 if (A->getLevel() >= B->getLevel()) return false;
466 if (NodeA->getLevel() < NodeB->getLevel()) std::swap(NodeA, NodeB);
833 const unsigned ALevel = A->getLevel();
838 while ((IDom = B->getIDom()) != nullptr && IDom->getLevel() >= ALevel)
HDGenericIteratedDominanceFrontier.h149 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate()
179 const unsigned SuccLevel = SuccNode->getLevel(); in calculate()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDPlistReporter.cpp86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
98 EmitString(o, getLevelName(D.getLevel())) << '\n'; in writeARCDiagsToPlist()
HDTransProtectedScope.cpp136 for (; DiagI != DiagE && DiagI->getLevel() == DiagnosticsEngine::Note; in handleProtectedScopeError()
147 assert(Diag.getLevel() == DiagnosticsEngine::Note); in handleProtectedNote()
HDARCMT.cpp44 if (eraseS->getLevel() != DiagnosticsEngine::Note) in clearDiagnostic()
45 while (I != List.end() && I->getLevel() == DiagnosticsEngine::Note) in clearDiagnostic()
87 if (I->getLevel() >= DiagnosticsEngine::Error) in hasErrors()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDDiagnosticIDs.cpp284 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
404 return CustomDiagInfo->getLevel(DiagID); in getDiagnosticLevel()
727 return CustomDiagInfo->getLevel(DiagID) >= DiagnosticIDs::Error; in isUnrecoverable()
HDDiagnostic.cpp487 Level DiagLevel = storedDiag.getLevel(); in Report()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDBreadthFirstIterator.h143 unsigned getLevel() const { return Level; } in getLevel() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDDiagnosticRenderer.cpp144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
HDASTUnit.cpp1262 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h1470 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function