HomeSort by: relevance | last modified time | path
    Searched refs:SearchLengthForConditionalBranch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.h 50 extern uint64_t SearchLengthForConditionalBranch;
79 // `SearchLengthForConditionalBranch`.
GraphBuilder.cpp 42 uint64_t SearchLengthForConditionalBranch;
56 cl::location(SearchLengthForConditionalBranch), cl::init(20));
202 if (Depth >= SearchLengthForConditionalBranch) {

Completed in 17 milliseconds