Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:ctor

1209   RegisterScheduler::FunctionPassCtor Ctor = RegisterScheduler::getDefault();
1211 if (!Ctor) {
1212 Ctor = ISHeuristic;
1213 RegisterScheduler::setDefault(Ctor);
1216 return Ctor(this, OptLevel);