Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2478 if (!BlocksToExplore.contains(p)) { in vlocJoin()
2580 for (const auto *MBB : BlocksToExplore) { in getBlocksForScope()
2590 if (BlocksToExplore.count(succ)) in getBlocksForScope()
2654 if (BlocksToExplore.size() == 1) in buildVLocValueMap()
2661 for (const auto *MBB : BlocksToExplore) in buildVLocValueMap()
2665 for (const auto *MBB : BlocksToExplore) in buildVLocValueMap()
2865 BlocksToExplore.clear(); in buildVLocValueMap()
2996 for (const auto *MBB : BlocksToExplore) { in makeDepthFirstEjectionMap()
3002 BlocksToExplore.clear(); in makeDepthFirstEjectionMap()
3103 for (const auto *MBB : BlocksToExplore) in depthFirstVLocAndEmit()
[all …]
H A DInstrRefBasedImpl.h1086 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore,
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp202 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore, in vlocJoin() argument
204 return LDV->vlocJoin(MBB, VLOCOutLocs, BlocksToExplore, InLoc); in vlocJoin()