Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomConditionCache.h42 void removeValue(Value *V) { AffectedValues.erase(V); } in removeValue() function
/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h482 DC.removeValue(&I); in eraseInstFromFunction()
/src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2148 ParseRec->removeValue(A); in ParseOperation()
2149 ParseRec->removeValue(B); in ParseOperation()
2485 ParseRec->removeValue(LHS); in ParseOperationForEachFilter()
H A DRecord.cpp2288 NewRec->removeValue(Arg); in instantiate()