Home | History | Annotate | Download | only in IR

Lines Matching defs:End

46     if (TI->getSuccessor(i) == End)
154 const BasicBlock *End = BBE.getEnd();
155 if (!dominates(End, UseBB))
158 // Simple case: if the end BB has a single predecessor, the fact that it
160 if (End->getSinglePredecessor())
183 for (const_pred_iterator PI = pred_begin(End), E = pred_end(End);
189 if (!dominates(End, BB))
202 // A PHI in the end of the edge is dominated by it.
224 // happening at the end of the predecessor block.