Home
last modified time | relevance | path

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

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