Searched defs:FixupList (Results 1 – 3 of 3) sorted by relevance
112 using FixupList = std::vector<AssemblerFixup>; variable
342 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end()); in insertDef() local
67 typedef std::vector<DecoderFixup> FixupList; typedef