Searched refs:InitPrefix (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | ValueMapper.cpp | 80 Constant *InitPrefix; member 162 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, 173 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, 872 E.Data.AppendingGV.InitPrefix, in flush() 999 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument 1003 if (InitPrefix) { in mapAppendingVariable() 1005 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable() 1007 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable() 1053 Constant *InitPrefix, in scheduleMapAppendingVariable() argument 1064 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | ValueMapper.h | 181 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
|