Home | History | Annotate | Download | only in IR

Lines Matching refs:End

45     if (TI->getSuccessor(i) == End)
153 const BasicBlock *End = BBE.getEnd();
154 if (!dominates(End, UseBB))
157 // Simple case: if the end BB has a single predecessor, the fact that it
159 if (End->getSinglePredecessor())
182 for (const_pred_iterator PI = pred_begin(End), E = pred_end(End);
188 if (!dominates(End, BB))
201 // A PHI in the end of the edge is dominated by it.
223 // happening at the end of the predecessor block.