Lines Matching refs:cmpBlockLayout
2306 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx];
2310 if (refBlockLayout.activeVarIndices.size() != cmpBlockLayout.activeVarIndices.size())
2314 << ", got " << cmpBlockLayout.activeVarIndices.size()
2382 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx];
2384 if (refBlockLayout.activeVarIndices.size() != cmpBlockLayout.activeVarIndices.size())
2388 << ", got " << cmpBlockLayout.activeVarIndices.size()
2449 const BlockLayoutEntry& cmpBlockLayout = cmpLayout.blocks[cmpBlockNdx];
2451 for (vector<int>::const_iterator ndxIter = cmpBlockLayout.activeVarIndices.begin(); ndxIter != cmpBlockLayout.activeVarIndices.end(); ndxIter++)