Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2631 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local
2638 OnWorklist.insert(OrderToBB[I]); in buildMLocValueMap()
2727 if (OnWorklist.insert(s).second) in buildMLocValueMap()
2738 std::swap(OnPending, OnWorklist); in buildMLocValueMap()
3105 SmallPtrSet<MachineBasicBlock *, 16> OnWorklist, OnPending; in buildVLocValueMap() local
3209 OnWorklist.insert(MBB); in buildVLocValueMap()
3303 if (OnWorklist.insert(s).second) in buildVLocValueMap()
3311 std::swap(OnWorklist, OnPending); in buildVLocValueMap()