Searched refs:getSelection (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h25 /// To get the selection for each node in the problem use the getSelection method.
82 unsigned getSelection(Graph::NodeId nodeId) const { function in class:PBQP::Solution
H A DHeuristicSolver.h575 unsigned adjSolution = s.getSelection(adjNode);
580 unsigned adjSolution = s.getSelection(adjNode);
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h79 int getSelection() const { return Selection; } function in class:llvm::MCSectionCOFF
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp482 unsigned alloc = solution.getSelection(*nodeItr);
/freebsd-10.1-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp479 if (Assoc->getSelection() == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE)
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp370 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();

Completed in 156 milliseconds