Searched refs:ForwardOpTree (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | ForwardOpTree.cpp | 1034 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/ |
D | noforward_phi.ll | 42 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_partial.ll | 48 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_sideffects.ll | 46 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_load_writebetween.ll | 52 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_outofquota.ll | 44 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_from_region.ll | 56 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_load_conditional.ll | 54 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_selfrefphi.ll | 49 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | noforward_synthesizable_unknownit.ll | 50 ; CHECK: ForwardOpTree executed, but did not modify anything
|
D | out-of-quota1.ll | 59 ; CHECK: ForwardOpTree executed, but did not modify anything
|
/external/llvm-project/polly/lib/ |
D | CMakeLists.txt | 94 Transform/ForwardOpTree.cpp
|