Searched defs:isFull (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Rewrite/ | ||
| H A D | RewriteRope.cpp | 157 bool isFull() const { return NumPieces == 2*WidthFactor; } in isFull() function in __anond261e8130111::RopePieceBTreeLeaf |
| H A D | DeltaTree.cpp | 91 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; } in isFull() function in __anonb79a93750111::DeltaTreeNode |
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ | ||
| H A D | AMDGPUIGroupLP.cpp | 127 bool isFull() { return MaxSize && Collection.size() >= *MaxSize; } in isFull() function in __anona5db2d930111::SchedGroup |
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ | ||
| H A D | BlockFrequencyInfoImpl.h | 106 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function |