Searched refs:Reassociate (Results 1 – 25 of 42) sorted by relevance
12
4 ; Reassociate shouldn't break this testcase involving a secondary
3 ; Reassociate pass used to crash on these example
4 ; Reassociate should clear optional flags like nsw when reassociating.
9 ; printf("%d\n", i+k+j); /* Reassociate to (i+j)+k */
5 ; Reassociate should clear optional flags like nsw when reassociating.
1 ; Reassociate used to move the negation of $time_1_P14.0 above the
4 ; Reassociate pass used to crash on these example
5 ; The PairMap[NumBinaryOps] used by the Reassociate pass used to have Value16 ; ./bin/llvm-lit -v ../test/Transforms/Reassociate
10 ; printf("%d\n", i+k+j); /* Reassociate to (i+j)+k */
42 Reassociate.cpp
60 Reassociate.cpp
62 Reassociate.cpp
73 "Reassociate.cpp",
7 ; The Reassociate pass has similar limitations. If these limitations are
46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions'
8 ; The Reassociate pass has similar limitations. If these limitations are
52 ; O1-DAG: Skipping pass 'Reassociate expressions'
62 Reassociate, enumerator
851 case rr::Optimization::Pass::Reassociate: passManager.add(llvm::createReassociatePass()); break; in optimize()
127 ; Reassociate bitwise logic to eliminate a shift.
103 ; CHECK-NEXT: Reassociate expressions
89 ; CHECK-NEXT: Reassociate expressions
108 ; CHECK-NEXT: Reassociate expressions
413 …n value='6'" + (config.optimization[pass] == rr::Optimization::Pass::Reassociate ? selected : em… in page()