Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp73 struct ConstantCandidate { struct
78 ConstantCandidate(ConstantInt *ConstInt) in ConstantCandidate() argument
107 typedef std::vector<ConstantCandidate> ConstCandVecType;
295 ConstCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
410 [](const ConstantCandidate &LHS, const ConstantCandidate &RHS) { in findBaseConstants()