Searched refs:CandidateLocs (Results 1 – 1 of 1) sorted by relevance
2959 SmallVector<LocIdx, 4> CandidateLocs = Locs[0]; in pickOperandPHILoc() local2963 std::set_intersection(CandidateLocs.begin(), CandidateLocs.end(), in pickOperandPHILoc()2965 CandidateLocs = std::move(NewCandidates); in pickOperandPHILoc()2967 if (CandidateLocs.empty()) in pickOperandPHILoc()2973 LocIdx L = *CandidateLocs.begin(); in pickOperandPHILoc()