Searched refs:OperandsVec (Results 1 – 1 of 1) sorted by relevance
2831 SmallVector<ValueList, 2> OperandsVec; in buildTree_rec() local2839 OperandsVec.push_back(Operands); in buildTree_rec()2841 for (unsigned OpIdx = 0, OpE = OperandsVec.size(); OpIdx != OpE; ++OpIdx) in buildTree_rec()2842 buildTree_rec(OperandsVec[OpIdx], Depth + 1, {TE, OpIdx}); in buildTree_rec()