Lines Matching +full:higher +full:- +full:end
1 //===- FuzzerDataFlowTrace.cpp - DataFlowTrace ---*- C++ -* ===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
70 It == Functions.end() in AppendCoverage()
72 .first->second in AppendCoverage()
73 : It->second; in AppendCoverage()
96 // Give higher weight if the function has a DFT. in FunctionWeights()
98 // Give higher weight to functions with less frequently seen basic blocks. in FunctionWeights()
100 // Give higher weight to functions with the most uncovered basic blocks. in FunctionWeights()
120 assert(DFT->size() == DFTString.size()); in DFTStringAppendToVector()
121 for (size_t I = 0, Len = DFT->size(); I < Len; I++) in DFTStringAppendToVector()
150 const char *End = Line.c_str() + Line.size(); in ParseDFTLine() local
151 assert(Beg < End); in ParseDFTLine()
152 size_t Len = End - Beg; in ParseDFTLine()
182 FocusFuncIdx = NumFunctions - 1; in Init()
195 std::iota(Intervals.begin(), Intervals.end(), 0); in Init()
197 Intervals.begin(), Intervals.end(), Weights.begin()); in Init()
206 Printf(" [%zd] W %g\tBB-tot %u\tBB-cov %u\tEntryFreq %u:\t%s\n", i, in Init()