Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDBlockFrequencyInfoImpl.h207 bool isValid() const { return Index <= getMaxIndex(); } in isValid()
209 static size_t getMaxIndex() { in getMaxIndex() function
1165 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAPValue.h85 static unsigned getMaxIndex() { in getMaxIndex() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp1955 if (NumHeapAllocs > DynamicAllocLValue::getMaxIndex()) { in createHeapAlloc()