Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLegacyDivergenceAnalysis.h55 void removeValue(const Value *V) { DivergentValues.erase(V); } in removeValue() function
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1460 void removeValue(Init *Name) { in removeValue() function
1469 void removeValue(StringRef Name) { in removeValue() function
1470 removeValue(StringInit::get(Name)); in removeValue()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp262 CurRec->removeValue(TArgs[i]); in AddSubClass()
1281 ParseRec->removeValue(LHS); in ParseOperation()
1546 ParseRec->removeValue(A); in ParseOperation()
1547 ParseRec->removeValue(B); in ParseOperation()
H A DRecord.cpp1589 NewRec->removeValue(TArgs[i]); in instantiate()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp670 DA->removeValue(Term); in killTerminator()