Lines Matching defs:BlocksToExplore
2968 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore,
2992 if (!BlocksToExplore.contains(p)) {
3082 SmallPtrSetImpl<const MachineBasicBlock *> &BlocksToExplore,
3085 LS.getMachineBasicBlocks(DILoc, BlocksToExplore);
3090 BlocksToExplore.insert(AssignBlocks.begin(), AssignBlocks.end());
3092 // Storage for artificial blocks we intend to add to BlocksToExplore.
3100 for (const auto *MBB : BlocksToExplore) {
3110 if (BlocksToExplore.count(succ))
3140 BlocksToExplore.insert(ToAdd.begin(), ToAdd.end());
3159 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore;
3165 getBlocksForScope(DILoc, BlocksToExplore, AssignBlocks);
3171 if (BlocksToExplore.size() == 1)
3178 for (const auto *MBB : BlocksToExplore)
3184 for (const auto *MBB : BlocksToExplore)
3233 for (const MachineBasicBlock *ExpMBB : BlocksToExplore) {
3285 vlocJoin(*MBB, LiveOutIdx, BlocksToExplore, *LiveIn);
3387 BlocksToExplore.clear();
3501 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore;
3529 getBlocksForScope(DILocationIt->second, BlocksToExplore,
3531 for (const auto *MBB : BlocksToExplore) {
3537 BlocksToExplore.clear();
3593 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore;
3636 getBlocksForScope(DILocationIt->second, BlocksToExplore,
3638 for (const auto *MBB : BlocksToExplore)
3642 BlocksToExplore.clear();