Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp191 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local
192 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
203 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local
204 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp486 UserPNs.begin(), UserPNs.end(), [&](PHINode *UserPN) { in findProfitablePHIs() argument
487 int &PNUserCount = PNUserCountMap.find(UserPN)->second; in findProfitablePHIs()
H A DStructurizeCFG.cpp930 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local
931 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
H A DJumpThreading.cpp2043 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in updateSSA() local
2044 if (UserPN->getIncomingBlock(U) == BB) in updateSSA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1092 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local
1093 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()
1094 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp635 if (auto *UserPN = dyn_cast<PHINode>(User)) in rebuildSSA() local
636 if (UserPN->getIncomingBlock(U) == &BB) in rebuildSSA()