Home
last modified time | relevance | path

Searched refs:SearchLengthForUndef (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp41 uint64_t SearchLengthForUndef; variable
49 cl::location(SearchLengthForUndef), cl::init(2));
116 assert(SearchLengthForUndef > 0 && in buildFlowsToUndefined()
169 for (uint64_t i = 1; i < SearchLengthForUndef; ++i) { in buildFlowsToUndefined()
H A DGraphBuilder.h49 extern uint64_t SearchLengthForUndef;