Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp406 I.setValueUnchecked(DbgValue.decrementLocNosAfterPivot(LocNo)); in removeLocationIfUnused()
1583 I.setValueUnchecked(I.value().remapLocNos(LocNoMap)); in rewriteLocations()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1627 void setValueUnchecked(ValT x) { this->unsafeValue() = x; } in setValueUnchecked() function
1766 setValueUnchecked(x); in setValue()