Home
last modified time | relevance | path

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

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