Home
last modified time | relevance | path

Searched refs:getMaxIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h206 bool isValid() const { return Index <= getMaxIndex(); } in isValid()
208 static size_t getMaxIndex() { in getMaxIndex() function
1172 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() &&
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DAPValue.h85 static unsigned getMaxIndex() { in getMaxIndex() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp1894 if (NumHeapAllocs > DynamicAllocLValue::getMaxIndex()) { in createHeapAlloc()