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
116 MapVector<SectionPair, uint64_t> &profile = ctx.arg.callGraphProfile;
129 for (std::pair<SectionPair, uint64_t> &c : profile) {
276 // Sort sections by the profile data using the Cache-Directed Sort algorithm.
319 // Assume that the jump is at the middle of the input section. The profile
338 // Sort sections by the profile data provided by --callgraph-profile-file.
340 // This first builds a call graph based on the profile data then merges sections