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