Home
last modified time | relevance | path

Searched refs:ForwardOpTree (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp1034 class ForwardOpTree : public ScopPass { class
1042 explicit ForwardOpTree() : ScopPass(ID) {} in ForwardOpTree() function in __anon391836e40111::ForwardOpTree
1043 ForwardOpTree(const ForwardOpTree &) = delete;
1044 ForwardOpTree &operator=(const ForwardOpTree &) = delete;
1103 char ForwardOpTree::ID;
1106 ScopPass *polly::createForwardOpTreePass() { return new ForwardOpTree(); } in createForwardOpTreePass()
1108 INITIALIZE_PASS_BEGIN(ForwardOpTree, "polly-optree",
1111 INITIALIZE_PASS_END(ForwardOpTree, "polly-optree",
/external/llvm-project/polly/test/ForwardOpTree/
Dnoforward_phi.ll42 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_partial.ll48 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_sideffects.ll46 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_load_writebetween.ll52 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_outofquota.ll44 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_from_region.ll56 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_load_conditional.ll54 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_selfrefphi.ll49 ; CHECK: ForwardOpTree executed, but did not modify anything
Dnoforward_synthesizable_unknownit.ll50 ; CHECK: ForwardOpTree executed, but did not modify anything
Dout-of-quota1.ll59 ; CHECK: ForwardOpTree executed, but did not modify anything
/external/llvm-project/polly/lib/
DCMakeLists.txt94 Transform/ForwardOpTree.cpp