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.cpp132 typedef std::vector<uint32_t> FixupList; typedef
133 typedef std::vector<FixupList> FixupScopeList;
737 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
776 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()