Home
last modified time | relevance | path

Searched refs:ConstCandVec (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp363 ConstCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
364 Itr->second = ConstCandVec.size() - 1; in collectConstantCandidates()
366 ConstCandVec[Itr->second].addUser(Inst, Idx, Cost); in collectConstantCandidates()
574 llvm::sort(ConstCandVec.begin(), ConstCandVec.end(), in findBaseConstants()
584 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
585 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
601 findAndMakeBaseConstant(MinValItr, ConstCandVec.end()); in findBaseConstants()
789 if (ConstCandVec.empty()) in runImpl()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h120 ConstCandVec.clear();
133 ConstCandVecType ConstCandVec;
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp637 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
643 std::stable_sort(ConstCandVec.begin(), ConstCandVec.end(), in findBaseConstants()
653 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
654 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
690 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp649 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp661 ConstCandVecType &ConstCandVec = BaseGV ?
667 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS,
677 auto MinValItr = ConstCandVec.begin();
678 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end();
714 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp653 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
659 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
669 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
670 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
706 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp649 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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp661 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
667 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
677 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
678 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
714 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp654 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()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp653 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
659 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
669 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
670 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
706 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp661 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
667 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
677 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
678 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
714 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp649 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp661 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
667 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
677 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
678 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
714 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp661 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
667 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
677 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
678 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
714 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp654 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp654 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp661 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
667 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
677 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
678 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
714 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp644 ConstCandVecType &ConstCandVec = BaseGV ? in findBaseConstants() local
650 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
660 auto MinValItr = ConstCandVec.begin(); in findBaseConstants()
661 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
697 findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec); in findBaseConstants()