Searched refs:OnWorklist (Results 1 – 1 of 1) sorted by relevance
2631 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local2638 OnWorklist.insert(OrderToBB[I]); in buildMLocValueMap()2727 if (OnWorklist.insert(s).second) in buildMLocValueMap()2738 std::swap(OnPending, OnWorklist); in buildMLocValueMap()3105 SmallPtrSet<MachineBasicBlock *, 16> OnWorklist, OnPending; in buildVLocValueMap() local3209 OnWorklist.insert(MBB); in buildVLocValueMap()3303 if (OnWorklist.insert(s).second) in buildVLocValueMap()3311 std::swap(OnWorklist, OnPending); in buildVLocValueMap()