Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Rewrite/
H A DRewriteRope.cpp157 bool isFull() const { return NumPieces == 2*WidthFactor; } in isFull() function in __anond261e8130111::RopePieceBTreeLeaf
418 bool isFull() const { return NumChildren == 2*WidthFactor; } in isFull() function in __anond261e8130311::RopePieceBTreeInterior
H A DDeltaTree.cpp91 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 DAMDGPUIGroupLP.cpp127 bool isFull() { return MaxSize && Collection.size() >= *MaxSize; } in isFull() function in __anona5db2d930111::SchedGroup
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h106 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function