Lines Matching defs:BlocksToExplore
2952 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore,
2976 if (!BlocksToExplore.contains(p)) {
3066 SmallPtrSetImpl<const MachineBasicBlock *> &BlocksToExplore,
3069 LS.getMachineBasicBlocks(DILoc, BlocksToExplore);
3074 BlocksToExplore.insert(AssignBlocks.begin(), AssignBlocks.end());
3076 // Storage for artificial blocks we intend to add to BlocksToExplore.
3084 for (const auto *MBB : BlocksToExplore) {
3094 if (BlocksToExplore.count(succ))
3124 BlocksToExplore.insert(ToAdd.begin(), ToAdd.end());
3143 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore;
3149 getBlocksForScope(DILoc, BlocksToExplore, AssignBlocks);
3155 if (BlocksToExplore.size() == 1)
3162 for (const auto *MBB : BlocksToExplore)
3168 for (const auto *MBB : BlocksToExplore)
3217 for (const MachineBasicBlock *ExpMBB : BlocksToExplore) {
3269 vlocJoin(*MBB, LiveOutIdx, BlocksToExplore, *LiveIn);
3373 BlocksToExplore.clear();
3487 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore;
3515 getBlocksForScope(DILocationIt->second, BlocksToExplore,
3517 for (const auto *MBB : BlocksToExplore) {
3523 BlocksToExplore.clear();
3579 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore;
3622 getBlocksForScope(DILocationIt->second, BlocksToExplore,
3624 for (const auto *MBB : BlocksToExplore)
3628 BlocksToExplore.clear();