Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3247 SmallVector<DbgOpID> JoinedOps; in buildVLocValueMap() local
3249 if (pickVPHILoc(JoinedOps, *MBB, LiveOutIdx, MOutLocs, Preds)) { in buildVLocValueMap()
3250 bool NewLocPicked = !equal(LiveIn->getDbgOpIDs(), JoinedOps); in buildVLocValueMap()
3253 LiveIn->setDbgOpIDs(JoinedOps); in buildVLocValueMap()