Searched refs:OnWorklist (Results 1 – 1 of 1) sorted by relevance
2665 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local2672 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() local3245 OnWorklist.insert(MBB); in buildVLocValueMap()3339 if (OnWorklist.insert(s).second) in buildVLocValueMap()3347 std::swap(OnWorklist, OnPending); in buildVLocValueMap()