Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp125 SmallVector<MachineInstr*, 4> PHINodes; member in __anon8637e2150111::SIFixSGPRCopies
686 PHINodes.push_back(&MI); in runOnMachineFunction()
774 for (auto MI : PHINodes) { in runOnMachineFunction()
784 PHINodes.clear(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp862 SmallVector<PHINode *, 16> PHINodes; in demotePHIsOnFunclets() local
879 PHINodes.push_back(PN); in demotePHIsOnFunclets()
883 for (auto *PN : PHINodes) { in demotePHIsOnFunclets()