Searched refs:PruneUnprofitable (Results 1 – 2 of 2) sorted by relevance
43 class PruneUnprofitable : public ScopPass { class63 explicit PruneUnprofitable() : ScopPass(ID) {} in PruneUnprofitable() function in __anon631712240111::PruneUnprofitable64 PruneUnprofitable(const PruneUnprofitable &) = delete;65 PruneUnprofitable &operator=(const PruneUnprofitable &) = delete;97 char PruneUnprofitable::ID;99 Pass *polly::createPruneUnprofitablePass() { return new PruneUnprofitable(); } in createPruneUnprofitablePass()101 INITIALIZE_PASS_BEGIN(PruneUnprofitable, "polly-prune-unprofitable",103 INITIALIZE_PASS_END(PruneUnprofitable, "polly-prune-unprofitable",
65 Analysis/PruneUnprofitable.cpp