Searched refs:DefUsesInMBB (Results 1 – 2 of 2) sorted by relevance
34 SmallPtrSet<MachineInstr*, 8> DefUsesInMBB; in findPHICopyInsertPoint() local38 DefUsesInMBB.insert(&RI); in findPHICopyInsertPoint()42 if (DefUsesInMBB.empty()) { in findPHICopyInsertPoint()45 } else if (DefUsesInMBB.size() == 1) { in findPHICopyInsertPoint()47 InsertPoint = *DefUsesInMBB.begin(); in findPHICopyInsertPoint()52 while (!DefUsesInMBB.count(&*--InsertPoint)) {} in findPHICopyInsertPoint()
35 SmallPtrSet<MachineInstr*, 8> DefUsesInMBB; in findPHICopyInsertPoint() local39 DefUsesInMBB.insert(&RI); in findPHICopyInsertPoint()43 if (DefUsesInMBB.empty()) { in findPHICopyInsertPoint()46 } else if (DefUsesInMBB.size() == 1) { in findPHICopyInsertPoint()48 InsertPoint = *DefUsesInMBB.begin(); in findPHICopyInsertPoint()53 while (!DefUsesInMBB.count(&*--InsertPoint)) {} in findPHICopyInsertPoint()