Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp437 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates() local
443 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()
446 Itr->second = ExprCandVec.size() - 1; in collectConstantCandidates()
448 ExprCandVec[Itr->second].addUser(Inst, Idx, *Cost.getValue()); in collectConstantCandidates()