Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp
H A DDeltaTree.cpp
/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h107 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp180 bool isFull() const { return MaxSize && Collection.size() >= *MaxSize; } isFull() function in __anonc429d1160111::SchedGroup