| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 632 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 D | CodeGen.h | 93 inline std::optional<CodeGenOptLevel> getLevel(int OL) { in getLevel() function 104 return getLevel(static_cast<int>(C - '0')); in parseLevel()
|
| H A D | GenericDomTree.h | 91 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 D | GenericIteratedDominanceFrontier.h | 157 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 D | LVObject.cpp | 89 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 D | LVRange.cpp | 31 dbgs() << "Scope: " << format_decimal(Scope->getLevel(), 5) << " " in startSearch() 96 Level = Scope->getLevel(); in getEntry()
|
| H A D | LVLine.cpp | 103 << "Level = " << getLevel() << ", " in findIn() 108 << "Level = " << Target->getLevel() << ", " in findIn()
|
| H A D | LVScope.cpp | 356 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 D | LVElement.cpp | 267 setLevel(Parent->getLevel() + 1); in updateLevel() 503 (getLevel() != Element->getLevel())) in equals()
|
| H A D | LVSymbol.cpp | 314 << "Level = " << getLevel() << ", " in findIn() 319 << "Level = " << Target->getLevel() << ", " in findIn()
|
| H A D | LVType.cpp | 207 << "Level = " << getLevel() << ", " in findIn() 212 << "Level = " << Target->getLevel() << ", " in findIn()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | AttrImpl.cpp | 160 if (Level <= Attr->getLevel()) { in getActiveAttr() 161 Level = Attr->getLevel(); in getActiveAttr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | BreadthFirstIterator.h | 144 unsigned getLevel() const { return Level; } in getLevel() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeMoverUtils.cpp | 104 return DA->getLevel() < DB->getLevel(); in domTreeLevelBefore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineSizeEstimatorAnalysis.cpp | 147 Ret = std::max(Ret, TN->getLevel()); in getMaxDominatorTreeDepth()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.h | 243 LVLevel getLevel() const { return ScopeLevel; } in getLevel() function
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 74 std::optional<CodeGenOptLevel> optLevelOrNone = CodeGenOpt::getLevel( in createConfig()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 190 CodeGenOpt::getLevel(Config.OptLevel); in setOptLevel()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 141 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 606 CodeGenOpt::getLevel(CodeGenOpts.OptimizationLevel); in CreateTargetMachine() 1333 CodeGenOpt::getLevel(CGOpts.OptimizationLevel); in runThinLTOBackend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 434 return LNode->getLevel() > RNode->getLevel(); in operator ()()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1687 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 659 Level DiagLevel = storedDiag.getLevel(); in Report()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 1479 if (!activeAttr || (*activeAttr)->getLevel() != (unsigned)-1) in mayBeEmittedEagerly()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 1607 if (auto level = CodeGenOpt::getLevel(ltoCgo)) in link()
|