Searched refs:IncomingUpdated (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SILowerI1Copies.cpp | 542 SmallVector<unsigned, 4> IncomingUpdated; in lowerPhis() local 609 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 611 IncomingUpdated.back()); in lowerPhis() 617 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 631 IncomingUpdated.push_back(0); in lowerPhis() 634 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 635 SSAUpdater.AddAvailableValue(&IMBB, IncomingUpdated.back()); in lowerPhis() 640 if (!IncomingUpdated[i]) in lowerPhis() 645 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 658 IncomingUpdated.clear(); in lowerPhis()
|