Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomConditionCache.h42 void removeValue(Value *V) { AffectedValues.erase(V); } in removeValue() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1802 void removeValue(Init *Name) { in removeValue() function
1811 void removeValue(StringRef Name) { in removeValue() function
1812 removeValue(StringInit::get(getRecords(), Name)); in removeValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h471 DC.removeValue(&I); in eraseInstFromFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2142 ParseRec->removeValue(A); in ParseOperation()
2143 ParseRec->removeValue(B); in ParseOperation()
2479 ParseRec->removeValue(LHS); in ParseOperationForEachFilter()
H A DRecord.cpp2288 NewRec->removeValue(TArgs[I]); in instantiate()