Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h132 ConstIntCandVec.clear(); in releaseMemory()
156 ConstCandVecType ConstIntCandVec; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp374 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
375 Itr->second = ConstIntCandVec.size() - 1; in collectConstantCandidates()
377 ConstIntCandVec[Itr->second].addUser(Inst, Idx, Cost); in collectConstantCandidates()
638 ConstGEPCandMap[BaseGV] : ConstIntCandVec; in findBaseConstants()
932 if (!ConstIntCandVec.empty()) in runImpl()