HomeSort by relevance Sort by last modified time
    Searched full:numnonconstant (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 88 unsigned NumNonconstant = 0;
124 if (++NumNonconstant == ArgumentConstants.size())
132 assert(NumNonconstant != ArgumentConstants.size());
177 unsigned NumNonConstant = 0;
214 if (++NumNonConstant == RetVals.size())

Completed in 1163 milliseconds