Searched refs:Levels (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpFrame.cpp | 91 llvm::SmallVector<Pointer, 2> Levels; in print() local 93 Levels.push_back(F); in print() 98 for (auto It = Levels.rbegin(); It != Levels.rend(); ++It) { in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 74 std::vector<NodeInfo> Levels; variable 78 auto NumLevels = Levels.size(); in addNodeToLevel() 81 Levels.resize(Level + 1); in addNodeToLevel() 86 assert(Level < Levels.size()); in getNodeInfoAtLevel() 87 return Levels[Level]; in getNodeInfoAtLevel() 90 assert(Level < Levels.size()); in getNodeInfoAtLevel() 91 return Levels[Level]; in getNodeInfoAtLevel() 94 unsigned getNumLevels() const { return Levels.size(); } in getNumLevels()
|
| H A D | LoopCacheAnalysis.cpp | 233 int Levels = D->getLevels(); in hasTemporalReuse() local 234 for (int Level = 1; Level <= Levels; ++Level) { in hasTemporalReuse()
|
| H A D | DependenceAnalysis.cpp | 259 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence() 270 assert(0 < Level && Level <= Levels && "Level out of range"); in getDirection() 277 assert(0 < Level && Level <= Levels && "Level out of range"); in getDistance() 286 assert(0 < Level && Level <= Levels && "Level out of range"); in isScalar() 294 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelFirst() 302 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelLast() 309 assert(0 < Level && Level <= Levels && "Level out of range"); in isSplitable() 606 unsigned Levels = getLevels(); in dump() local 608 for (unsigned II = 1; II <= Levels; ++II) { in dump() 633 if (II < Levels) in dump()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 76 void indent(int Levels = 1) { IndentLevel += Levels; } 78 void unindent(int Levels = 1) { 79 IndentLevel = std::max(0, IndentLevel - Levels);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 218 unsigned Levels); 235 unsigned getLevels() const override { return Levels; } in getLevels() 263 unsigned short Levels;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 136 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local 138 for (unsigned II = 1; II <= Levels; ++II) { in populateDependencyMatrix()
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | rfc3491.txt | 154 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
| H A D | rfc4518.txt | 436 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
| H A D | rfc3490.txt | 964 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
| H A D | rfc3492.txt | 1132 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
| H A D | rfc3454.txt | 1033 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1218 const std::vector<std::string> &Levels, in parseDiagnosticLevelMask() argument 1222 for (const auto &Level : Levels) { in parseDiagnosticLevelMask()
|
| /freebsd-13.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_common.t0 | 489 \ Levels shall be 1 (warning) or 2 (fatal); we convert
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 8981 Fixed a problem with Mutex Sync Levels. Fixed a problem where if multiple
|