Home
last modified time | relevance | path

Searched refs:CandidateLocs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2959 SmallVector<LocIdx, 4> CandidateLocs = Locs[0]; in pickOperandPHILoc() local
2963 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()