OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstNodeItr
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
Solution.h
30
typedef std::map<Graph::
ConstNodeItr
, unsigned,
84
unsigned getSelection(Graph::
ConstNodeItr
nItr) const {
Graph.h
40
typedef NodeList::const_iterator
ConstNodeItr
;
112
const NodeEntry& getNode(
ConstNodeItr
nItr) const { return *nItr; }
200
const Vector& getNodeCosts(
ConstNodeItr
nItr) const {
251
ConstNodeItr
nodesBegin() const { return nodes.begin(); }
257
ConstNodeItr
nodesEnd() const { return nodes.end(); }
431
bool operator()(Graph::
ConstNodeItr
n1, Graph::
ConstNodeItr
n2) const {
448
std::map<Graph::
ConstNodeItr
, Graph::NodeItr,
451
for (Graph::
ConstNodeItr
nItr = other.nodesBegin(),
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
66
unsigned getVRegForNode(PBQP::Graph::
ConstNodeItr
node) const;
94
typedef std::map<PBQP::Graph::
ConstNodeItr
, unsigned,
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
164
unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::
ConstNodeItr
node) const {
539
for (PBQP::Graph::
ConstNodeItr
node = g.nodesBegin(),
Completed in 898 milliseconds