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

/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp553 unsigned NumOperandsToProcess = MI->getNumOperands(); local
558 NumOperandsToProcess = 1;
564 for (unsigned i = 0; i != NumOperandsToProcess; ++i) {

Completed in 59 milliseconds