Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp442 ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV]; in collectConstantCandidates() local
448 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()
451 Itr->second = ExprCandVec.size() - 1; in collectConstantCandidates()
453 ExprCandVec[Itr->second].addUser(Inst, Idx, *Cost.getValue()); in collectConstantCandidates()