Searched refs:ConstCandVec (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 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()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | ConstantHoisting.h | 106 ConstCandVec.clear(); in releaseMemory() 118 ConstCandVecType ConstCandVec; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 649 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local 655 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants() 665 auto MinValItr = ConstCandVec.begin(); in findBaseConstants() 666 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants() 702 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 654 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local 660 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants() 670 auto MinValItr = ConstCandVec.begin(); in findBaseConstants() 671 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants() 707 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
|