HomeSort by: relevance | last modified time | path
    Searched refs:ReadyToProcess (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 207 // Walk all nodes in the graph, assigning them a NodeId of 'ReadyToProcess'
212 Node.setNodeId(ReadyToProcess);
228 assert(N->getNodeId() == ReadyToProcess &&
362 assert(N->getNodeId() == ReadyToProcess && "Node ID recalculated?");
395 assert(N->getNodeId() == ReadyToProcess && "Node ID recalculated?");
407 if (NodeId-1 == ReadyToProcess)
475 else if (Node.getNodeId() == ReadyToProcess)
554 if (N->getNodeId() == ReadyToProcess)
604 assert(N->getNodeId() != DAGTypeLegalizer::ReadyToProcess &&
628 assert(N->getNodeId() != DAGTypeLegalizer::ReadyToProcess &
    [all...]
LegalizeTypes.h 39 ReadyToProcess = 0,

Completed in 49 milliseconds