Searched refs:BlocksToExplore (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2952 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore, in vlocJoin() argument 2976 if (!BlocksToExplore.contains(p)) { in vlocJoin() 3066 SmallPtrSetImpl<const MachineBasicBlock *> &BlocksToExplore, in getBlocksForScope() argument 3069 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in getBlocksForScope() 3074 BlocksToExplore.insert(AssignBlocks.begin(), AssignBlocks.end()); in getBlocksForScope() 3084 for (const auto *MBB : BlocksToExplore) { in getBlocksForScope() 3094 if (BlocksToExplore.count(succ)) in getBlocksForScope() 3124 BlocksToExplore.insert(ToAdd.begin(), ToAdd.end()); in getBlocksForScope() 3143 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore; in buildVLocValueMap() local 3149 getBlocksForScope(DILoc, BlocksToExplore, AssignBlocks); in buildVLocValueMap() [all …]
|
H A D | InstrRefBasedImpl.h | 1451 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore,
|