Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp343 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end()); in insertDef() local
408 FixupList.push_back(&*MPhi); in insertDef()
411 FixupList.push_back(MD); in insertDef()
418 while (!FixupList.empty()) { in insertDef()
420 fixupDefs(FixupList); in insertDef()
421 FixupList.clear(); in insertDef()
423 FixupList.append(InsertedPHIs.begin() + StartingPHISize, InsertedPHIs.end()); in insertDef()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp117 typedef std::vector<DecoderFixup> FixupList; typedef
118 typedef std::vector<FixupList> FixupScopeList;
679 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
683 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), E = Fixups.rend(); in resolveTableFixups()
728 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()