Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomConditionCache.h40 void removeValue(Value *V) { AffectedValues.erase(V); } in removeValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1809 void removeValue(const Init *Name) { in removeValue() function
1817 void removeValue(StringRef Name) { in removeValue() function
1818 removeValue(StringInit::get(getRecords(), Name)); in removeValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h501 DC.removeValue(&I); in eraseInstFromFunction()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2224 ParseRec->removeValue(A); in ParseOperation()
2225 ParseRec->removeValue(B); in ParseOperation()
2564 ParseRec->removeValue(LHS); in ParseOperationForEachFilter()
H A DRecord.cpp2459 NewRec->removeValue(Arg); in instantiate()