Lines Matching refs:LocationOps
5924 LocationOps = Base.LocationOps; in clone()
5929 LocationOps.clear(); in clear()
5936 SmallVector<Value *, 2> LocationOps; member
5945 auto *It = std::find(LocationOps.begin(), LocationOps.end(), V); in pushLocation()
5947 if (It != LocationOps.end()) { in pushLocation()
5948 ArgIndex = std::distance(LocationOps.begin(), It); in pushLocation()
5950 ArgIndex = LocationOps.size(); in pushLocation()
5951 LocationOps.push_back(V); in pushLocation()
6177 assert(!LocationOps.empty() && in appendToVectors()
6182 for (const auto &Op : LocationOps) { in appendToVectors()
6219 SmallVector<WeakVH, 2> LocationOps; member
6325 assert(DVIRec.LocationOps.size() == 1 && in restorePreTransformState()
6331 getValueOrUndef(DVIRec.LocationOps[0], DVIRec.DVI->getContext()); in restorePreTransformState()
6335 for (WeakVH VH : DVIRec.LocationOps) { in restorePreTransformState()
6362 LocationOpIndexMap.assign(DVIRec.LocationOps.size(), -1); in SalvageDVI()
6366 for (unsigned i = 0; i < DVIRec.LocationOps.size(); i++) { in SalvageDVI()
6367 WeakVH VH = DVIRec.LocationOps[i]; in SalvageDVI()
6532 NewRec->LocationOps.push_back(LocOp); in DbgGatherSalvagableDVI()