Searched refs:PrI (Results 1 – 1 of 1) sorted by relevance
1234 for (MachineBasicBlock::const_pred_iterator PrI = MBB.pred_begin(), in calcRegsRequired() local1235 PrE = MBB.pred_end(); PrI != PrE; ++PrI) { in calcRegsRequired()1236 BBInfo &PInfo = MBBInfoMap[*PrI]; in calcRegsRequired()1238 todo.insert(*PrI); in calcRegsRequired()1248 for (MachineBasicBlock::const_pred_iterator PrI = MBB->pred_begin(), in calcRegsRequired() local1249 PrE = MBB->pred_end(); PrI != PrE; ++PrI) { in calcRegsRequired()1250 if (*PrI == MBB) in calcRegsRequired()1252 BBInfo &SInfo = MBBInfoMap[*PrI]; in calcRegsRequired()1254 todo.insert(*PrI); in calcRegsRequired()1281 for (MachineBasicBlock::const_pred_iterator PrI = MBB->pred_begin(), in checkPHIOps() local[all …]