Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp342 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end()); in insertDef() local
406 FixupList.push_back(&*MPhi); in insertDef()
409 FixupList.push_back(MD); in insertDef()
416 while (!FixupList.empty()) { in insertDef()
418 fixupDefs(FixupList); in insertDef()
419 FixupList.clear(); in insertDef()
421 FixupList.append(InsertedPHIs.begin() + StartingPHISize, InsertedPHIs.end()); in insertDef()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceFixups.h112 using FixupList = std::vector<AssemblerFixup>; variable
DIceELFSection.h252 FixupList Fixups;