Searched refs:getLevel (Results 1 – 12 of 12) sorted by relevance
327 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 …]
83 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)
149 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate()179 const unsigned SuccLevel = SuccNode->getLevel(); in calculate()
86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()98 EmitString(o, getLevelName(D.getLevel())) << '\n'; in writeARCDiagsToPlist()
136 for (; DiagI != DiagE && DiagI->getLevel() == DiagnosticsEngine::Note; in handleProtectedScopeError()147 assert(Diag.getLevel() == DiagnosticsEngine::Note); in handleProtectedNote()
44 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()
284 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo404 return CustomDiagInfo->getLevel(DiagID); in getDiagnosticLevel()727 return CustomDiagInfo->getLevel(DiagID) >= DiagnosticIDs::Error; in isUnrecoverable()
487 Level DiagLevel = storedDiag.getLevel(); in Report()
143 unsigned getLevel() const { return Level; } in getLevel() function
144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
1262 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
1470 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function