OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVRegForNode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
67
unsigned
getVRegForNode
(PBQP::Graph::ConstNodeItr node) const;
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
161
unsigned PBQPRAProblem::
getVRegForNode
(PBQP::Graph::ConstNodeItr node) const {
483
unsigned vreg = problem.
getVRegForNode
(node);
Completed in 41 milliseconds