Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp79 static inline bool BlockIsEntry(size_t BlockIdx) { in BlockIsEntry() function
99 if (!BlockIsEntry(I)) continue; in PrintFunctions()
141 assert(BlockIsEntry(FuncBeg)); in PrintCoverage()
143 for (; FuncEnd < __dft.NumGuards && !BlockIsEntry(FuncEnd); FuncEnd++) in PrintCoverage()
H A DDataFlowCallbacks.cpp20 static inline bool BlockIsEntry(size_t BlockIdx) { in BlockIsEntry() function
43 if (BlockIsEntry(i)) { in __sanitizer_cov_pcs_init()