Home
last modified time | relevance | path

Searched refs:ConstantCandidate (Results 1 – 2 of 2) 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/lib/Transforms/Scalar/
DConstantHoisting.cpp198 ConstCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
416 [](const ConstantCandidate &LHS, const ConstantCandidate &RHS) { in findBaseConstants()