Searched refs:OnWorklist (Results 1 – 1 of 1) sorted by relevance
2630 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local2637 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() local3208 OnWorklist.insert(MBB); in buildVLocValueMap()3302 if (OnWorklist.insert(s).second) in buildVLocValueMap()3310 std::swap(OnWorklist, OnPending); in buildVLocValueMap()