Lines Matching refs:PHI
63 ; into the same alloca partation continues to work with PHI speculation. This
212 ; a PHI that can be speculated.
240 ; Same as @test8 but for a select rather than a PHI node.
261 ; rewriting due to the necessity of inserting bitcasts when speculating a PHI
291 ; Same as @test10 but for a select rather than a PHI node.
412 ; PHI nodes or select nodes. This triggers subtly differently from the above
413 ; cases because the PHI node is (recursively) alive, but the select is dead.
433 ; Here we form a PHI-node by promoting the pointer alloca first, and then in
572 ; Verifies we fixed PR20822. We have a foldable PHI feeding a speculatable PHI
573 ; which requires the rewriting of the speculated PHI to handle insertion
574 ; when the incoming pointer is itself from a PHI node. We would previously
575 ; insert a bitcast instruction *before* a PHI, producing an invalid module;
576 ; make sure we insert *after* the first non-PHI instruction.