Searched refs:cutoffs (Results 1 – 6 of 6) sorted by relevance
92 if (Kind->getZExtValue() < Opts.cutoffs.size()) in removeUbsanTraps()93 return Opts.cutoffs[Kind->getZExtValue()]; in removeUbsanTraps()188 for (unsigned int cutoff : Opts.cutoffs) { in printPipeline()
29 std::vector<unsigned int> cutoffs; member
941 if (index >= Result.cutoffs.size()) in parseLowerAllowCheckPassOptions()942 Result.cutoffs.resize(index + 1, 0); in parseLowerAllowCheckPassOptions()944 Result.cutoffs[index] = cutoff; in parseLowerAllowCheckPassOptions()
623 parseLowerAllowCheckPassOptions, "cutoffs[indices]=N")
822 Opts.cutoffs = ScaledCutoffs.value(); in addSanitizers()
24196 …cutoffs for unsuccessful searches, and auxiliary cost functions. Compared with conventional method…