Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h584 void setBeginGroup(bool newVal) { BeginGroup = newVal; } in setBeginGroup() function
/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstrBuilder.cpp672 NewIS->setBeginGroup(SCDesc.BeginGroup); in createInstruction()