OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadyToProcess
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
192
// Walk all nodes in the graph, assigning them a NodeId of '
ReadyToProcess
'
198
I->setNodeId(
ReadyToProcess
);
214
assert(N->getNodeId() ==
ReadyToProcess
&&
317
assert(N->getNodeId() ==
ReadyToProcess
&& "Node ID recalculated?");
348
assert(N->getNodeId() ==
ReadyToProcess
&& "Node ID recalculated?");
362
if (NodeId-1 ==
ReadyToProcess
)
429
else if (I->getNodeId() ==
ReadyToProcess
)
513
if (N->getNodeId() ==
ReadyToProcess
)
638
assert(N->getNodeId() != DAGTypeLegalizer::
ReadyToProcess
&&
662
assert(N->getNodeId() != DAGTypeLegalizer::
ReadyToProcess
&
[
all
...]
LegalizeTypes.h
42
///
ReadyToProcess
- All operands have been processed, so this node is ready
44
ReadyToProcess
= 0,
[
all
...]
Completed in 26 milliseconds