Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp633 uint64_t PrevSearchLengthForUndef = SearchLengthForUndef; in TEST_F()
634 SearchLengthForUndef = 2; in TEST_F()
641 SearchLengthForUndef = PrevSearchLengthForUndef; in TEST_F()
701 SearchLengthForUndef = 5; in TEST_F()
706 SearchLengthForUndef = PrevSearchLengthForUndef; in TEST_F()
721 SearchLengthForUndef = 1; in TEST_F()
725 SearchLengthForUndef = PrevSearchLengthForUndef; in TEST_F()
752 SearchLengthForUndef = 1; in TEST_F()
756 SearchLengthForUndef = 2; in TEST_F()
760 SearchLengthForUndef = 3; in TEST_F()
[all …]
H A DGraphBuilder.cpp431 uint64_t PrevSearchLengthForUndef = SearchLengthForUndef; in TEST_F()
432 SearchLengthForUndef = 2; in TEST_F()
448 SearchLengthForUndef = PrevSearchLengthForUndef; in TEST_F()
546 uint64_t PrevSearchLengthForUndef = SearchLengthForUndef; in TEST_F()
547 SearchLengthForUndef = 5; in TEST_F()
594 SearchLengthForUndef = PrevSearchLengthForUndef; in TEST_F()
/llvm-project-15.0.7/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;