Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h134 ConstIntCandVec.clear(); in cleanup()
159 ConstCandVecType ConstIntCandVec; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp387 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
388 Itr->second = ConstIntCandVec.size() - 1; in collectConstantCandidates()
390 ConstIntCandVec[Itr->second].addUser(Inst, Idx, *Cost.getValue()); in collectConstantCandidates()
670 ConstGEPCandMap[BaseGV] : ConstIntCandVec; in findBaseConstants()
966 if (!ConstIntCandVec.empty()) in runImpl()