Home
last modified time | relevance | path

Searched refs:UserPN (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp190 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local
191 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
202 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local
203 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
H A DSSAUpdaterBulk.cpp32 if (auto *UserPN = dyn_cast<PHINode>(User)) in getUserBB() local
33 return UserPN->getIncomingBlock(*U); in getUserBB()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1142 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local
1143 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()
1144 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp1046 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local
1047 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
H A DDFAJumpThreading.cpp990 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in updateSSA() local
991 if (UserPN->getIncomingBlock(U) == BB) in updateSSA()
H A DJumpThreading.cpp2047 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in updateSSA() local
2048 if (UserPN->getIncomingBlock(U) == BB) in updateSSA()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp795 if (auto *UserPN = dyn_cast<PHINode>(User)) in rebuildSSA() local
796 if (UserPN->getIncomingBlock(U) == &BB) in rebuildSSA()