Home
last modified time | relevance | path

Searched refs:isFull (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp91 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; } in isFull() function in __anon5fc690450111::DeltaTreeNode
208 if (!isFull()) { in DoInsertion()
237 if (!isFull()) { in DoInsertion()
299 assert(isFull() && "Why split a non-full node?"); in DoSplit()
H A DRewriteRope.cpp157 bool isFull() const { return NumPieces == 2*WidthFactor; } in isFull() function in __anon358058e30111::RopePieceBTreeLeaf
279 if (!isFull()) { in insert()
418 bool isFull() const { return NumChildren == 2*WidthFactor; } in isFull() function in __anon358058e30311::RopePieceBTreeInterior
534 if (!isFull()) { in HandleChildPiece()
/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
598 if (Match->isFull()) { in populateReadyList()
661 if (Match->isFull()) in solveExact()
745 if (Match->isFull()) { in greedyFind()
2518 if (isFull()) in initSchedGroup()
2531 if (isFull()) in initSchedGroup()
2548 if (isFull()) in initSchedGroup()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp66 if (isFull()) in toScaled()
/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