Searched refs:maxBlockVisitOnPath (Results 1 – 4 of 4) sorted by relevance
208 unsigned maxBlockVisitOnPath; variable
2497 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; in processCFGBlockEntrance() local2501 Pred, maxBlockVisitOnPath); in processCFGBlockEntrance()2517 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()2531 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
1172 uint64_t maxAllowedSize = AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayDestruction()
6645 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;