Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2665 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local
2672 OnWorklist.insert(OrderToBB[I]); in buildMLocValueMap()
2761 if (OnWorklist.insert(s).second) in buildMLocValueMap()
2772 std::swap(OnPending, OnWorklist); in buildMLocValueMap()
3140 SmallPtrSet<MachineBasicBlock *, 16> OnWorklist, OnPending; in buildVLocValueMap() local
3245 OnWorklist.insert(MBB); in buildVLocValueMap()
3339 if (OnWorklist.insert(s).second) in buildVLocValueMap()
3347 std::swap(OnWorklist, OnPending); in buildVLocValueMap()