Searched refs:OnWorklist (Results 1 – 1 of 1) sorted by relevance
2225 SmallPtrSet<MachineBasicBlock *, 16> OnPending, OnWorklist; in buildMLocValueMap() local2232 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() local2739 OnWorklist.insert(MBB); in buildVLocValueMap()2832 if (OnWorklist.insert(s).second) in buildVLocValueMap()2840 std::swap(OnWorklist, OnPending); in buildVLocValueMap()