Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2932 SmallVector<LocIdx, 4> NewCandidates; in pickOperandPHILoc() local
2934 … LocVec.begin(), LocVec.end(), std::inserter(NewCandidates, NewCandidates.begin())); in pickOperandPHILoc()
2935 CandidateLocs = NewCandidates; in pickOperandPHILoc()