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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h107 /// CountResults - The results of target nodes have register or immediate
110 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
223 unsigned NumResults = CountResults(Node);
724 unsigned NumResults = CountResults(Node);
H A DScheduleDAGSDNodes.cpp450 unsigned NumUsed = InstrEmitter::CountResults(N);

Completed in 53 milliseconds