HomeSort by relevance Sort by last modified time
    Searched refs:ReadyToProcess (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 194 // Walk all nodes in the graph, assigning them a NodeId of 'ReadyToProcess'
200 I->setNodeId(ReadyToProcess);
216 assert(N->getNodeId() == ReadyToProcess &&
319 assert(N->getNodeId() == ReadyToProcess && "Node ID recalculated?");
350 assert(N->getNodeId() == ReadyToProcess && "Node ID recalculated?");
364 if (NodeId-1 == ReadyToProcess)
431 else if (I->getNodeId() == ReadyToProcess)
515 if (N->getNodeId() == ReadyToProcess)
640 assert(N->getNodeId() != DAGTypeLegalizer::ReadyToProcess &&
664 assert(N->getNodeId() != DAGTypeLegalizer::ReadyToProcess &
    [all...]
LegalizeTypes.h 41 /// ReadyToProcess - All operands have been processed, so this node is ready
43 ReadyToProcess = 0,
    [all...]

Completed in 95 milliseconds