Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h160 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>; variable
161 using GVInfoVecMapType = DenseMap<GlobalVariable *, ConstInfoVecType>;
162 ConstInfoVecType ConstIntInfoVec;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp639 ConstInfoVecType &ConstInfoVec = BaseGV ? in findBaseConstants()