Lines Matching full:edge
10 // This verifier derives an edge profile file from current path profile
44 // The verifier requires the path profile and edge profile.
53 cl::desc("Edge profile file generated by -path-profile-verifier"),
58 "Compare the path profile derived edge profile against the "
59 "edge profile.", true, true)
65 // The verifier requires the path profile and edge profile.
76 // number of edge frequencies
81 // array of edge counters
107 // iterate through each path and increment the edge counters as needed
126 // setup the entry edge (normally path profiling doesn't care about this)
153 errs() << " error [" << F->getName() << "()]: edge "
180 errs() << "Generating edge profile '" << filename << "' ...\n";
198 // write each edge to the file