Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h632 return LHS->getLevel() < RHS->getLevel(); in operator()
753 const unsigned NCDLevel = NCD->getLevel(); in InsertReachable()
765 if (NCDLevel + 1 >= To->getLevel()) in InsertReachable()
778 const unsigned CurrentLevel = TN->getLevel(); in InsertReachable()
797 const unsigned SuccLevel = SuccTN->getLevel(); in InsertReachable()
854 assert(TN->getLevel() == TN->getIDom()->getLevel() + 1 && in UpdateInsertion()
989 const unsigned Level = ToIDomTN->getLevel(); in DeleteReachable()
991 return DT.getNode(To)->getLevel() > Level; in DeleteReachable()
1050 const unsigned Level = ToTN->getLevel(); in DeleteUnreachable()
1057 if (TN->getLevel() > Level) return true; in DeleteUnreachable()
[all …]
H A DCodeGen.h93 inline std::optional<CodeGenOptLevel> getLevel(int OL) { in getLevel() function
104 return getLevel(static_cast<int>(C - '0')); in parseLevel()
H A DGenericDomTree.h91 unsigned getLevel() const { return Level; }
177 << Node->getLevel() << "]\n";
486 if (A->getLevel() >= B->getLevel()) return false;
541 if (NodeA->getLevel() < NodeB->getLevel()) std::swap(NodeA, NodeB);
995 const unsigned ALevel = A->getLevel();
1000 while ((IDom = B->getIDom()) != nullptr && IDom->getLevel() >= ALevel)
H A DGenericIteratedDominanceFrontier.h157 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate()
183 const unsigned SuccLevel = SuccNode->getLevel(); in calculate()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp89 setLevel(Scope->getLevel() + 1); in setParent()
93 setLevel(Symbol->getLevel() + 1); in setParent()
119 Object.setLevel(Parent->getLevel() + 1); in printAttributes()
148 Stream << "[" << std::setfill('0') << std::setw(3) << getLevel() << "]"; in printAttributes()
H A DLVRange.cpp31 dbgs() << "Scope: " << format_decimal(Scope->getLevel(), 5) << " " in startSearch()
96 Level = Scope->getLevel(); in getEntry()
H A DLVLine.cpp103 << "Level = " << getLevel() << ", " in findIn()
108 << "Level = " << Target->getLevel() << ", " in findIn()
H A DLVScope.cpp356 setLevel(Parent->getLevel() + 1); in updateLevel()
634 getLevel() < options().getOutputLevel()) { in doPrint()
842 << "Level = " << getLevel() << ", " in findIn()
848 << "Level = " << Candidate->getLevel() << ", " in findIn()
908 << "Level = " << Reference->getLevel() << ", " in markMissingParents()
914 << "Level = " << Target->getLevel() << ", " in markMissingParents()
1400 indentAsString(getLevel() + 1).length() + 3; in printLocalNames()
1552 LVLevel Level = Scope->getLevel(); in printScopeSize()
1569 if (Scope->getLevel() < options().getOutputLevel()) in printSizes()
1573 if (Scope->getLevel() < options().getOutputLevel()) { in printSizes()
H A DLVElement.cpp267 setLevel(Parent->getLevel() + 1); in updateLevel()
503 (getLevel() != Element->getLevel())) in equals()
H A DLVSymbol.cpp314 << "Level = " << getLevel() << ", " in findIn()
319 << "Level = " << Target->getLevel() << ", " in findIn()
H A DLVType.cpp207 << "Level = " << getLevel() << ", " in findIn()
212 << "Level = " << Target->getLevel() << ", " in findIn()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp160 if (Level <= Attr->getLevel()) { in getActiveAttr()
161 Level = Attr->getLevel(); in getActiveAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp104 return DA->getLevel() < DB->getLevel(); in domTreeLevelBefore()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp147 Ret = std::max(Ret, TN->getLevel()); in getMaxDominatorTreeDepth()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h243 LVLevel getLevel() const { return ScopeLevel; } in getLevel() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp74 std::optional<CodeGenOptLevel> optLevelOrNone = CodeGenOpt::getLevel( in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp190 CodeGenOpt::getLevel(Config.OptLevel); in setOptLevel()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp141 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp606 CodeGenOpt::getLevel(CodeGenOpts.OptimizationLevel); in CreateTargetMachine()
1333 CodeGenOpt::getLevel(CGOpts.OptimizationLevel); in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp434 return LNode->getLevel() > RNode->getLevel(); in operator ()()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1687 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp659 Level DiagLevel = storedDiag.getLevel(); in Report()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1479 if (!activeAttr || (*activeAttr)->getLevel() != (unsigned)-1) in mayBeEmittedEagerly()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1607 if (auto level = CodeGenOpt::getLevel(ltoCgo)) in link()

12