Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp410 I.setValueUnchecked(DbgValue.decrementLocNosAfterPivot(LocNo)); in removeLocationIfUnused()
1629 I.setValueUnchecked(I.value().remapLocNos(LocNoMap)); in rewriteLocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1628 void setValueUnchecked(ValT x) { this->unsafeValue() = x; } in setValueUnchecked() function
1767 setValueUnchecked(x); in setValue()