Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h581 void setMayLoad(bool newVal) { MayLoad = newVal; } in setMayLoad()
582 void setMayStore(bool newVal) { MayStore = newVal; } in setMayStore()
583 void setHasSideEffects(bool newVal) { HasSideEffects = newVal; } in setHasSideEffects()
584 void setBeginGroup(bool newVal) { BeginGroup = newVal; } in setBeginGroup()
585 void setEndGroup(bool newVal) { EndGroup = newVal; } in setEndGroup()
586 void setRetireOOO(bool newVal) { RetireOOO = newVal; } in setRetireOOO()