Searched refs:ConstCandVec (Results 1 – 2 of 2) sorted by relevance
198 ConstCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()199 Itr->second = ConstCandVec.size() - 1; in collectConstantCandidates()201 ConstCandVec[Itr->second].addUser(Inst, Idx, Cost); in collectConstantCandidates()415 std::sort(ConstCandVec.begin(), ConstCandVec.end(), in findBaseConstants()425 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()426 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()442 findAndMakeBaseConstant(MinValItr, ConstCandVec.end()); in findBaseConstants()598 if (ConstCandVec.empty()) in runImpl()
106 ConstCandVec.clear(); in releaseMemory()118 ConstCandVecType ConstCandVec; variable