Home
last modified time | relevance | path

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

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