Searched refs:OnWorklist (Results 1 – 1 of 1) sorted by relevance
2694 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local2701 OnWorklist.insert(OrderToBB[I]); in buildMLocValueMap()2791 if (OnWorklist.insert(s).second) in buildMLocValueMap()2802 std::swap(OnPending, OnWorklist); in buildMLocValueMap()3170 SmallPtrSet<MachineBasicBlock *, 16> OnWorklist, OnPending; in buildVLocValueMap() local3275 OnWorklist.insert(MBB); in buildVLocValueMap()3368 if (OnWorklist.insert(s).second) in buildVLocValueMap()3376 std::swap(OnWorklist, OnPending); in buildVLocValueMap()