Searched refs:StackIdAbbv (Results 1 – 1 of 1) sorted by relevance
4180 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writePerModuleGlobalValueSummary() local4181 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writePerModuleGlobalValueSummary()4183 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writePerModuleGlobalValueSummary()4184 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writePerModuleGlobalValueSummary()4185 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writePerModuleGlobalValueSummary()4348 auto StackIdAbbv = std::make_shared<BitCodeAbbrev>(); in writeCombinedGlobalValueSummary() local4349 StackIdAbbv->Add(BitCodeAbbrevOp(bitc::FS_STACK_IDS)); in writeCombinedGlobalValueSummary()4351 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeCombinedGlobalValueSummary()4352 StackIdAbbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeCombinedGlobalValueSummary()4353 unsigned StackIdAbbvId = Stream.EmitAbbrev(std::move(StackIdAbbv)); in writeCombinedGlobalValueSummary()