Home
last modified time | relevance | path

Searched defs:isFull (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp157 bool isFull() const { return NumPieces == 2*WidthFactor; } in isFull() function in __anon358058e30111::RopePieceBTreeLeaf
418 bool isFull() const { return NumChildren == 2*WidthFactor; } in isFull() function in __anon358058e30311::RopePieceBTreeInterior
H A DDeltaTree.cpp91 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; } in isFull() function in __anon5fc690450111::DeltaTreeNode
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h107 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp180 bool isFull() const { return MaxSize && Collection.size() >= *MaxSize; } in isFull() function in __anon5d856e630111::SchedGroup