Home
last modified time | relevance | path

Searched refs:PruneUnprofitable (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DPruneUnprofitable.cpp43 class PruneUnprofitable : public ScopPass { class
63 explicit PruneUnprofitable() : ScopPass(ID) {} in PruneUnprofitable() function in __anon631712240111::PruneUnprofitable
64 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",
/external/llvm-project/polly/lib/
DCMakeLists.txt65 Analysis/PruneUnprofitable.cpp