Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h163 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>; variable
164 using GVInfoVecMapType = MapVector<GlobalVariable *, ConstInfoVecType>;
165 ConstInfoVecType ConstIntInfoVec;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp669 ConstInfoVecType &ConstInfoVec = BaseGV ? in findBaseConstants()