Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2630 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local
2637 OnWorklist.insert(OrderToBB[I]); in buildMLocValueMap()
2725 if (OnWorklist.insert(s).second) in buildMLocValueMap()
2736 std::swap(OnPending, OnWorklist); in buildMLocValueMap()
3104 SmallPtrSet<MachineBasicBlock *, 16> OnWorklist, OnPending; in buildVLocValueMap() local
3208 OnWorklist.insert(MBB); in buildVLocValueMap()
3302 if (OnWorklist.insert(s).second) in buildVLocValueMap()
3310 std::swap(OnWorklist, OnPending); in buildVLocValueMap()