Home
last modified time | relevance | path

Searched refs:BlocksToExplore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2982 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore, in vlocJoin() argument
3006 if (!BlocksToExplore.contains(p)) { in vlocJoin()
3096 SmallPtrSetImpl<const MachineBasicBlock *> &BlocksToExplore, in getBlocksForScope() argument
3099 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() local
3179 getBlocksForScope(DILoc, BlocksToExplore, AssignBlocks); in buildVLocValueMap()
[all …]
H A DInstrRefBasedImpl.h1445 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore,