Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Strategy

80 // those instructions don't depend on any given trace strategy.
281 // A trace selection strategy is implemented as a sub-class of Ensemble. The
373 // Get an Ensemble sub-class for the requested trace strategy.
375 MachineTraceMetrics::getEnsemble(MachineTraceMetrics::Strategy strategy) {
376 assert(strategy < TS_NumStrategies && "Invalid trace strategy enum");
377 Ensemble *&E = Ensembles[strategy];
382 switch (strategy) {
384 default: llvm_unreachable("Invalid trace strategy enum");