Home | History | Annotate | Download | only in Utils

Lines Matching full:unconditional

58        cl::desc("Duplicate return instructions into unconditional branches"));
66 cl::desc("Hoist conditional stores if an unconditional store preceeds"));
145 /// unconditional branch. PhiNodes will store all PHI nodes in common
155 // We fold the unconditional branch if we can easily update all PHI nodes in
158 // 2> We have "Cond" as the incoming value for the unconditional branch;
269 // If this instruction is defined in a block that contains an unconditional
1123 /// SinkThenElseCodeToEnd - Given an unconditional branch that goes to BBEnd,
1125 /// ends with an unconditional branch. If it is true, sink any common code
1133 // an unconditional branch.
1177 // Skip the unconditional branches.
1914 "Looking for probabilities on unconditional branch?");
1953 // For unconditional branch, check for a simple CFG pattern, where
2241 // Change PBI from Conditional to Unconditional.
2496 // Create an unconditional branch to it.
2513 // Insert an unconditional branch to the one that was found;
2530 // unconditional otherwise.
3211 /// by an unconditional branch), look at the phi node for BB in the successor
3224 return NULL; // Terminator must be unconditional branch.