Searched refs:CountResults (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h103 /// CountResults - The results of target nodes have register or immediate
106 static unsigned CountResults(SDNode *Node);
H A DInstrEmitter.cpp39 /// CountResults - The results of target nodes have register or immediate
42 unsigned InstrEmitter::CountResults(SDNode *Node) { function in class:InstrEmitter
202 unsigned NumResults = CountResults(Node);
686 unsigned NumResults = CountResults(Node);
H A DScheduleDAGSDNodes.cpp410 unsigned NumUsed = InstrEmitter::CountResults(N);

Completed in 60 milliseconds