Lines Matching full:profile
10 // This verifier derives an edge profile file from current path profile
14 #define DEBUG_TYPE "path-profile-verifier"
45 // The verifier requires the path profile and edge profile.
51 EdgeProfileFilename("path-profile-verifier-file",
54 cl::desc("Edge profile file generated by -path-profile-verifier"),
58 INITIALIZE_PASS(PathProfileVerifier, "path-profile-verifier",
59 "Compare the path profile derived edge profile against the "
60 "edge profile.", true, true)
66 // The verifier requires the path profile and edge profile.
181 errs() << "Generating edge profile '" << filename << "' ...\n";