Home
last modified time | relevance | path

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

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