Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h470 unsigned LSUTokenID; variable
495 RCUTokenID(0), LSUTokenID(0), UsedBuffers(D.UsedBuffers), in Instruction()
500 unsigned getLSUTokenID() const { return LSUTokenID; } in getLSUTokenID()
501 void setLSUTokenID(unsigned LSUTok) { LSUTokenID = LSUTok; } in setLSUTokenID()