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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2133 unsigned maCount = 0; // Largest number of multiple alternative constraints. local
2148 if (OpInfo.multipleAlternatives.size() > maCount)
2149 maCount = OpInfo.multipleAlternatives.size();
2224 if (maCount) {
2232 for (maIndex = 0; maIndex < maCount; ++maIndex) {

Completed in 89 milliseconds