Lines Matching refs:PI
155 for (pred_iterator PI = pred_begin(*BB), in ProcessLoop() local
156 PE = pred_end(*BB); PI != PE; ++PI) { in ProcessLoop()
157 BasicBlock *P = *PI; in ProcessLoop()
223 for (pred_iterator PI = pred_begin(ExitBlock), PE = pred_end(ExitBlock); in ProcessLoop() local
224 PI != PE; ++PI) in ProcessLoop()
227 if (!L->contains(*PI)) { in ProcessLoop()
368 for (pred_iterator PI = pred_begin(Header), PE = pred_end(Header); in InsertPreheaderForLoop() local
369 PI != PE; ++PI) { in InsertPreheaderForLoop()
370 BasicBlock *P = *PI; in InsertPreheaderForLoop()
607 for (pred_iterator PI=pred_begin(Header), E = pred_end(Header); PI!=E; ++PI) { in SeparateNestedLoop() local
608 BasicBlock *P = *PI; in SeparateNestedLoop()
766 for (pred_iterator PI = pred_begin(L->getHeader()), in verifyAnalysis() local
767 PE = pred_end(L->getHeader()); PI != PE; ++PI) in verifyAnalysis()
768 if (isa<IndirectBrInst>((*PI)->getTerminator())) { in verifyAnalysis()