Searched refs:IncomingUpdated (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerI1Copies.cpp | 505 SmallVector<unsigned, 4> IncomingUpdated; in lowerPhis() local 556 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 558 IncomingUpdated.back()); in lowerPhis() 564 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 578 IncomingUpdated.push_back(0); in lowerPhis() 581 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 582 SSAUpdater.AddAvailableValue(&IMBB, IncomingUpdated.back()); in lowerPhis() 587 if (!IncomingUpdated[i]) in lowerPhis() 592 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 609 IncomingUpdated.clear(); in lowerPhis()
|