Searched refs:CGProfileSortKind (Results 1 – 3 of 3) sorted by relevance
94 enum class CGProfileSortKind { None, Hfsort, Cdsort }; enum302 CGProfileSortKind callGraphProfileSort;
344 if (ctx.arg.callGraphProfileSort == CGProfileSortKind::Cdsort) in computeCallGraphProfileOrder()
1186 static CGProfileSortKind getCGProfileSortKind(Ctx &ctx, in getCGProfileSortKind()1190 return CGProfileSortKind::Hfsort; in getCGProfileSortKind()1192 return CGProfileSortKind::Cdsort; in getCGProfileSortKind()1195 return CGProfileSortKind::None; in getCGProfileSortKind()3490 if (ctx.arg.callGraphProfileSort != CGProfileSortKind::None) { in link()