Searched refs:runPruneUnprofitable (Results 1 – 1 of 1) sorted by relevance
58 static bool runPruneUnprofitable(Scop &S) { in runPruneUnprofitable() function95 bool runOnScop(Scop &S) override { return runPruneUnprofitable(S); } in runOnScop()113 bool Changed = runPruneUnprofitable(S); in run()