Home
last modified time | relevance | path

Searched refs:PHINodes (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp125 SmallVector<MachineInstr*, 4> PHINodes; member in __anon2aa658420111::SIFixSGPRCopies
677 PHINodes.push_back(&MI); in runOnMachineFunction()
765 for (auto MI : PHINodes) { in runOnMachineFunction()
775 PHINodes.clear(); in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp713 SmallVector<PHINode *, 16> PHINodes; in demotePHIsOnFunclets() local
730 PHINodes.push_back(PN); in demotePHIsOnFunclets()
734 for (auto *PN : PHINodes) { in demotePHIsOnFunclets()