Searched refs:PrI (Results 1 – 1 of 1) sorted by relevance
1272 for (MachineBasicBlock::const_pred_iterator PrI = MBB.pred_begin(), in calcRegsRequired() local1273 PrE = MBB.pred_end(); PrI != PrE; ++PrI) { in calcRegsRequired()1274 BBInfo &PInfo = MBBInfoMap[*PrI]; in calcRegsRequired()1276 todo.insert(*PrI); in calcRegsRequired()1286 for (MachineBasicBlock::const_pred_iterator PrI = MBB->pred_begin(), in calcRegsRequired() local1287 PrE = MBB->pred_end(); PrI != PrE; ++PrI) { in calcRegsRequired()1288 if (*PrI == MBB) in calcRegsRequired()1290 BBInfo &SInfo = MBBInfoMap[*PrI]; in calcRegsRequired()1292 todo.insert(*PrI); in calcRegsRequired()1319 for (MachineBasicBlock::const_pred_iterator PrI = MBB->pred_begin(), in checkPHIOps() local[all …]