Searched refs:maxBlockVisitOnPath (Results 1 – 4 of 4) sorted by relevance
239 unsigned maxBlockVisitOnPath; variable
2543 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; in processCFGBlockEntrance() local2547 Pred, maxBlockVisitOnPath); in processCFGBlockEntrance()2563 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()2586 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
1173 uint64_t maxAllowedSize = AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayDestruction()
7461 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;