Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Dgvn-output-set-overload.ll4 ; Show that we do differentiate between outputs of the region stored in PHINodes
5 ; versus those stored outside of PHINodes.
H A Dmismatched-phi-exits.ll4 ; Show that we are able to extract blocks that contain PHINodes, and selectively
H A Dmismatched-phi-exits-not-in-first-outlined.ll4 ; Show that we are able to extract blocks that contain PHINodes, and selectively
H A Dexit-phi-nodes-incoming-value-constant-argument.ll4 ; When consolidating PHINodes, the outliner replaces the incoming value with
H A Dduplicate-merging-phis.ll4 ; Make sure that when we merge phi nodes, we do not merge two different PHINodes
/llvm-project-15.0.7/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()