Lines Matching defs:reorder
36 "reorder-functions",
37 cl::desc("reorder and cluster functions (works only with relocations)"),
40 "do not reorder functions"),
52 "reorder functions randomly"),
58 errs() << "BOLT-WARNING: '-reorder-functions=hfsort+' is deprecated,"
59 << " please use '-reorder-functions=cdsort' instead\n";
65 "reorder-functions-use-hot-size",
118 void ReorderFunctions::reorder(BinaryContext &BC,
434 BC.errs() << "BOLT-WARNING: Duplicate reorder entry for " << Function
447 reorder(BC, std::move(Clusters), BFs);