| 77 | static dfsan_label **FuncLabelsPerIter; // NumIterations x NumFuncs; |
| 78 | |
| 79 | static inline bool BlockIsEntry(size_t BlockIdx) { |
| 80 | return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; |
| 81 | } |
| 82 | |
| 83 | const int kNumLabels = 8; |
| 84 |
no outgoing calls
no test coverage detected