Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h134 ConstIntCandVec.clear(); in cleanup()
159 ConstCandVecType ConstIntCandVec; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp385 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()
386 Itr->second = ConstIntCandVec.size() - 1; in collectConstantCandidates()
388 ConstIntCandVec[Itr->second].addUser(Inst, Idx, *Cost.getValue()); in collectConstantCandidates()
668 ConstGEPCandMap[BaseGV] : ConstIntCandVec; in findBaseConstants()
964 if (!ConstIntCandVec.empty()) in runImpl()