Searched refs:BlocksToExplore (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 2917 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore, in vlocJoin() argument 2941 if (!BlocksToExplore.contains(p)) { in vlocJoin() 3031 SmallPtrSetImpl<const MachineBasicBlock *> &BlocksToExplore, in getBlocksForScope() argument 3034 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in getBlocksForScope() 3039 BlocksToExplore.insert(AssignBlocks.begin(), AssignBlocks.end()); in getBlocksForScope() 3049 for (const auto *MBB : BlocksToExplore) { in getBlocksForScope() 3059 if (BlocksToExplore.count(succ)) in getBlocksForScope() 3089 BlocksToExplore.insert(ToAdd.begin(), ToAdd.end()); in getBlocksForScope() 3107 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore; in buildVLocValueMap() local 3117 getBlocksForScope(DILoc, BlocksToExplore, AssignBlocks); in buildVLocValueMap() [all …]
|
| H A D | InstrRefBasedImpl.h | 1359 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore,
|