Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
H A DReductionRules.h213 s.setSelection(NId, v.minIndex()); in backpropagate()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionCOFF.h70 void setSelection(int Selection) const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp609 Current->setSelection(Type); in ParseDirectiveLinkOnce()