Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2225 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local
2232 OnWorklist.insert(OrderToBB[I]); in buildMLocValueMap()
2320 if (OnWorklist.insert(s).second) in buildMLocValueMap()
2331 std::swap(OnPending, OnWorklist); in buildMLocValueMap()
2635 SmallPtrSet<MachineBasicBlock *, 16> OnWorklist, OnPending; in buildVLocValueMap() local
2739 OnWorklist.insert(MBB); in buildVLocValueMap()
2832 if (OnWorklist.insert(s).second) in buildVLocValueMap()
2840 std::swap(OnWorklist, OnPending); in buildVLocValueMap()