Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h78 struct ConstantCandidate { struct
87 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument
154 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp374 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
422 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()
644 [](const ConstantCandidate &LHS, const ConstantCandidate &RHS) { in findBaseConstants()