Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A 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() &&
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h85 static unsigned getMaxIndex() { in getMaxIndex() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1892 if (NumHeapAllocs > DynamicAllocLValue::getMaxIndex()) { in createHeapAlloc()