Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1073 static void ProfileBinOpInit(FoldingSetNodeID &ID, unsigned Opcode, in ProfileBinOpInit() function
1085 ProfileBinOpInit(ID, Opc, LHS, RHS, Type); in get()
1098 ProfileBinOpInit(ID, getOpcode(), getLHS(), getRHS(), getType()); in Profile()