Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp403 StoredDPValues.erase(It); in dropDPValues()
455 return make_range(StoredDPValues.begin(), StoredDPValues.end()); in getDbgValueRange()
459 return make_range(StoredDPValues.begin(), StoredDPValues.end()); in getDbgValueRange()
473 auto It = InsertAtHead ? StoredDPValues.begin() : StoredDPValues.end(); in insertDPValue()
491 auto It = InsertAtHead ? StoredDPValues.begin() : StoredDPValues.end(); in absorbDebugValues()
495 StoredDPValues.splice(It, Src.StoredDPValues); in absorbDebugValues()
504 (InsertAtHead) ? StoredDPValues.begin() : StoredDPValues.end(); in absorbDebugValues()
506 StoredDPValues.splice(InsertPos, Src.StoredDPValues, Range.begin(), in absorbDebugValues()
518 make_range(From->StoredDPValues.begin(), From->StoredDPValues.end()); in cloneDebugInfoFrom()
524 auto Pos = (InsertAtHead) ? StoredDPValues.begin() : StoredDPValues.end(); in cloneDebugInfoFrom()
[all …]
H A DBasicBlock.cpp1147 if (NextMarker->StoredDPValues.empty()) in reinsertInstInDPValues()
1157 auto Range = make_range(DPM->StoredDPValues.begin(), (*Pos)); in reinsertInstInDPValues()
1163 assert(ThisMarker->StoredDPValues.empty()); in reinsertInstInDPValues()
H A DInstruction.cpp265 if (NextMarker->StoredDPValues.empty()) in getDbgReinsertionPosition()
268 return NextMarker->StoredDPValues.begin(); in getDbgReinsertionPosition()
H A DAsmWriter.cpp4563 for (const DPValue &DPI2 : Marker.StoredDPValues) { in printDPMarker()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h378 simple_ilist<DPValue> StoredDPValues; variable
379 bool empty() const { return StoredDPValues.empty(); } in empty()
442 return make_range(EmptyDPMarker.StoredDPValues.end(), EmptyDPMarker.StoredDPValues.end()); in getEmptyDPValueRange()