Home
last modified time | relevance | path

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

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