Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2431 SmallVector<LocIdx, 4> CandidateLocs = Locs[0]; in pickVPHILoc() local
2435 std::set_intersection(CandidateLocs.begin(), CandidateLocs.end(), in pickVPHILoc()
2437 CandidateLocs = NewCandidates; in pickVPHILoc()
2439 if (CandidateLocs.empty()) in pickVPHILoc()
2445 LocIdx L = *CandidateLocs.begin(); in pickVPHILoc()