Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h167 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>; variable
168 using GVInfoVecMapType = MapVector<GlobalVariable *, ConstInfoVecType>;
169 ConstInfoVecType ConstIntInfoVec;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp672 ConstInfoVecType &ConstInfoVec = BaseGV ? in findBaseConstants()