Searched refs:BlocksToExplore (Results 1 – 2 of 2) sorted by relevance
2982 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore, in vlocJoin() argument3006 if (!BlocksToExplore.contains(p)) { in vlocJoin()3096 SmallPtrSetImpl<const MachineBasicBlock *> &BlocksToExplore, in getBlocksForScope() argument3099 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in getBlocksForScope()3104 BlocksToExplore.insert_range(AssignBlocks); in getBlocksForScope()3114 for (const auto *MBB : BlocksToExplore) { in getBlocksForScope()3124 if (BlocksToExplore.count(succ)) in getBlocksForScope()3154 BlocksToExplore.insert_range(ToAdd); in getBlocksForScope()3173 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore; in buildVLocValueMap() local3179 getBlocksForScope(DILoc, BlocksToExplore, AssignBlocks); in buildVLocValueMap()[all …]
1445 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore,