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.cpp2929 SmallVector<LocIdx, 4> CandidateLocs = Locs[0]; in pickOperandPHILoc() local
2933 std::set_intersection(CandidateLocs.begin(), CandidateLocs.end(), in pickOperandPHILoc()
2935 CandidateLocs = NewCandidates; in pickOperandPHILoc()
2937 if (CandidateLocs.empty()) in pickOperandPHILoc()
2943 LocIdx L = *CandidateLocs.begin(); in pickOperandPHILoc()