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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 504 unsigned NumOperandsToProcess = MI.getNumOperands();
509 NumOperandsToProcess = 1;
515 for (unsigned i = 0; i != NumOperandsToProcess; ++i) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 529 unsigned NumOperandsToProcess = MI->getNumOperands();
534 NumOperandsToProcess = 1;
539 for (unsigned i = 0; i != NumOperandsToProcess; ++i) {

Completed in 666 milliseconds