Lines Matching full:profile
11 // and provides a loader pass which reads a path profile file.
14 #define DEBUG_TYPE "path-profile-info"
31 PathProfileInfoFilename("path-profile-loader-file", cl::init("llvmprof.out"),
33 cl::desc("Path profile file loaded by -path-profile-loader"), cl::Hidden);
77 // path profile file handle
80 // path profile file name
88 INITIALIZE_ANALYSIS_GROUP(PathProfileInfo, "Path Profile Information",
91 "path-profile-loader",
92 "Load path profile information from file",
323 // create a reference table for functions defined in the path profile file
357 // Handle path profile information in the output file
359 // get the number of functions in this profile
431 INITIALIZE_AG_PASS(NoPathProfileInfo, PathProfileInfo, "no-path-profile",
432 "No Path Profile Information", false, true, true)