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