Home
last modified time | relevance | path

Searched refs:ConstantCandidate (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h80 struct ConstantCandidate { struct
89 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument
159 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp385 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
443 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()
671 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
672 const ConstantCandidate &RHS) { in findBaseConstants()