HomeSort by relevance Sort by last modified time
    Searched defs:NumRets (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 63 /// NumRets - Keep track of how many Ret instructions the block contains.
64 unsigned NumRets;
70 NumRets(0) {}
  /external/llvm/lib/Target/PTX/InstPrinter/
PTXInstPrinter.cpp 87 unsigned NumRets = MI->getOperand(Index++).getImm();
89 if (NumRets > 0) {
92 for (unsigned i = 1; i < NumRets; ++i) {

Completed in 29 milliseconds