Lines Matching defs:profile
9 /// The file is responsible for sorting sections using LLVM call graph profile
14 /// The algorithm first builds a call graph based on the profile data and then
80 /// It does so given a call graph profile by the following:
81 /// * Build a weighted call graph from the call graph profile
115 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile;
128 for (std::pair<SectionPair, uint64_t> &c : profile) {
274 // Sort sections by the profile data using the Cache-Directed Sort algorithm.
316 // Assume that the jump is at the middle of the input section. The profile
335 // Sort sections by the profile data provided by --callgraph-profile-file.
337 // This first builds a call graph based on the profile data then merges sections