Lines Matching full:prolog
43 /// Connect the unrolling prolog code to the original loop.
44 /// The unrolling prolog code contains code to execute the
49 /// - Create PHI nodes at prolog end block to combine values
50 /// that exit the prolog code and jump around the prolog.
52 /// for values that exit the prolog and go around the loop.
64 // (which means it is an outgoing value from the prolog code too).
65 // The new PHI node is inserted in the prolog end basic block.
73 // Add a new PHI node to the prolog end block and add the
78 // This is the value that skips all the prolog code.
91 // Adding a value to the new PHI node from the last prolog block
202 /// Insert code in the prolog code when unrolling a loop with a
272 // prolog code and one for a new loop preheader
307 // cloned blocks in the prolog code
331 // prolog code needs to be executed.
368 // Connect the prolog code to the original loop and update the