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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.h 269 BitVector RemainingInstrNodes;
307 return RemainingInstrNodes.none() && RemainingEdges.none();
318 return RemainingInstrNodes.none() && RemainingEdges.none() &&
336 return RemainingInstrNodes.set_bits();
367 OS << RemainingInstrNodes.count() << " untested instrs of "
368 << RemainingInstrNodes.size() << "\n";
GIMatchTree.cpp 86 RemainingInstrNodes(BitVector(MatchDag.getNumInstrNodes(), true)),
127 RemainingInstrNodes.reset(InstrIdx);

Completed in 17 milliseconds