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 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)
634 assert(N->getNodeId() != DAGTypeLegalizer::ReadyToProcess &&
658 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 39 milliseconds