Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp42 uint64_t SearchLengthForConditionalBranch; variable
56 cl::location(SearchLengthForConditionalBranch), cl::init(20));
202 if (Depth >= SearchLengthForConditionalBranch) { in buildFlowGraphImpl()
H A DGraphBuilder.h50 extern uint64_t SearchLengthForConditionalBranch;