Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp280 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end()); in insertDef() local
293 FixupList.push_back(MD); in insertDef()
296 while (!FixupList.empty()) { in insertDef()
298 fixupDefs(FixupList); in insertDef()
299 FixupList.clear(); in insertDef()
301 FixupList.append(InsertedPHIs.begin() + StartingPHISize, InsertedPHIs.end()); in insertDef()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp79 typedef std::vector<DecoderFixup> FixupList; typedef
80 typedef std::vector<FixupList> FixupScopeList;
606 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
610 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), in resolveTableFixups()
651 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()