Searched refs:isFull (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp91 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; } function in class:__anon3109::DeltaTreeNode
208 if (!isFull()) {
237 if (!isFull()) {
299 assert(isFull() && "Why split a non-full node?");
H A DRewriteRope.cpp157 bool isFull() const { return NumPieces == 2*WidthFactor; } function in class:__anon3111::RopePieceBTreeLeaf
279 if (!isFull()) {
418 bool isFull() const { return NumChildren == 2*WidthFactor; }
534 if (!isFull()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp44 if (isFull())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h97 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } function in class:llvm::bfi_detail::BlockMass
104 /// Adds another mass, saturating at \a isFull() rather than overflowing.
135 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()

Completed in 113 milliseconds