Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Rewrite/
DDeltaTree.cpp91 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; } in isFull() function in __anon70486ac10111::DeltaTreeNode
208 if (!isFull()) { in DoInsertion()
237 if (!isFull()) { in DoInsertion()
299 assert(isFull() && "Why split a non-full node?"); in DoSplit()
DRewriteRope.cpp157 bool isFull() const { return NumPieces == 2*WidthFactor; } in isFull() function in __anon6de2c25f0111::RopePieceBTreeLeaf
279 if (!isFull()) { in insert()
418 bool isFull() const { return NumChildren == 2*WidthFactor; } in isFull() function in __anon6de2c25f0311::RopePieceBTreeInterior
534 if (!isFull()) { in HandleChildPiece()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUIGroupLP.cpp146 bool isFull() const { return MaxSize && Collection.size() >= *MaxSize; } in isFull() function in __anon4e8793df0111::SchedGroup
509 if (Match->isFull()) { in populateReadyList()
569 if (Match->isFull()) in solveExact()
655 if (Match->isFull()) { in solveGreedy()
968 if (isFull()) in initSchedGroup()
981 if (isFull()) in initSchedGroup()
998 if (isFull()) in initSchedGroup()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp65 if (isFull()) in toScaled()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h106 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function