Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp88 typedef std::vector<DecoderFixup> FixupList; typedef
89 typedef std::vector<FixupList> FixupScopeList;
652 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
656 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), in resolveTableFixups()
697 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()