Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp87 typedef std::vector<DecoderFixup> FixupList; typedef
88 typedef std::vector<FixupList> FixupScopeList;
639 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
643 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), in resolveTableFixups()
684 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()