Searched refs:FixupList (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp344 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end());
389 // Once they are complete, all these Phis are added to the FixupList, and
408 FixupList.push_back(&*MPhi);
411 FixupList.push_back(MD);
418 while (!FixupList.empty()) {
420 fixupDefs(FixupList);
421 FixupList.clear();
423 FixupList.append(InsertedPHIs.begin() + StartingPHISize, InsertedPHIs.end());
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp87 typedef std::vector<DecoderFixup> FixupList; typedef in namespace:__anon4931
88 typedef std::vector<FixupList> FixupScopeList;
638 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups,
642 for (FixupList::const_reverse_iterator I = Fixups.rbegin(),
683 FixupList &CurScope = TableInfo.FixupStack.back();

Completed in 118 milliseconds