Home
last modified time | relevance | path

Searched refs:setSelection (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h39 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
H A DReductionRules.h214 s.setSelection(NId, v.minIndex()); in backpropagate()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h77 void setSelection(int Selection) const;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionCOFF.cpp34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp613 Current->setSelection(Type); in ParseDirectiveLinkOnce()