Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp79 Constant *InitPrefix; member
161 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
173 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
844 E.Data.AppendingGV.InitPrefix, in flush()
962 if (InitPrefix) { in mapAppendingVariable()
964 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable()
966 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable()
1012 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1023 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable()
1128 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h180 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,