Home
last modified time | relevance | path

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

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