Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3284 SmallVector<DbgOpID> JoinedOps; in buildVLocValueMap() local
3286 if (pickVPHILoc(JoinedOps, *MBB, LiveOutIdx, MOutLocs, Preds)) { in buildVLocValueMap()
3287 bool NewLocPicked = !equal(LiveIn->getDbgOpIDs(), JoinedOps); in buildVLocValueMap()
3290 LiveIn->setDbgOpIDs(JoinedOps); in buildVLocValueMap()