Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h61 struct ConstantCandidate { struct
66 ConstantCandidate(ConstantInt *ConstInt) in ConstantCandidate() function
111 typedef std::vector<consthoist::ConstantCandidate> ConstCandVecType;
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h80 struct ConstantCandidate { struct
89 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument
158 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h80 struct ConstantCandidate { struct
89 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument
158 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp198 ConstCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
416 [](const ConstantCandidate &LHS, const ConstantCandidate &RHS) { in findBaseConstants()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp378 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
426 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()
655 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
656 const ConstantCandidate &RHS) { in findBaseConstants()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp380 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
430 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()
660 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()
661 const ConstantCandidate &RHS) { in findBaseConstants()