Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp663 ConstInfoVecType &ConstInfoVec = BaseGV ? in findBaseConstants()