Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp68 Constant *InitPrefix; member
149 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
161 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
828 E.Data.AppendingGV.InitPrefix, in flush()
938 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument
942 if (InitPrefix) { in mapAppendingVariable()
944 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable()
946 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable()
993 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1004 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h172 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,