Searched refs:IncomingUpdated (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerI1Copies.cpp | 539 SmallVector<unsigned, 4> IncomingUpdated; in lowerPhis() local 613 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 615 IncomingUpdated.back()); in lowerPhis() 621 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 635 IncomingUpdated.push_back(0); in lowerPhis() 638 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 639 SSAUpdater.AddAvailableValue(&IMBB, IncomingUpdated.back()); in lowerPhis() 644 if (!IncomingUpdated[i]) in lowerPhis() 649 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 662 IncomingUpdated.clear(); in lowerPhis()
|