Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h207 bool isValid() const { return Index <= getMaxIndex(); } in isValid()
209 static size_t getMaxIndex() { in getMaxIndex() function
1165 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() &&
/src/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h85 static unsigned getMaxIndex() { in getMaxIndex() function
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1955 if (NumHeapAllocs > DynamicAllocLValue::getMaxIndex()) { in createHeapAlloc()