Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h582 void setMayStore(bool newVal) { MayStore = newVal; } in setMayStore() function
/openbsd/src/gnu/llvm/llvm/lib/MCA/
DInstrBuilder.cpp654 NewIS->setMayStore(MCDesc.mayStore()); in createInstruction()