Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp193 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local
194 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
210 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local
211 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
DSSAUpdaterBulk.cpp32 if (auto *UserPN = dyn_cast<PHINode>(User)) in getUserBB() local
33 return UserPN->getIncomingBlock(*U); in getUserBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp480 UserPNs.begin(), UserPNs.end(), [&](PHINode *UserPN) { in findProfitablePHIs() argument
481 int &PNUserCount = PNUserCountMap.find(UserPN)->second; in findProfitablePHIs()
DStructurizeCFG.cpp921 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local
922 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
DJumpThreading.cpp1949 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in UpdateSSA() local
1950 if (UserPN->getIncomingBlock(U) == BB) in UpdateSSA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp1001 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local
1002 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()
1003 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp613 if (auto *UserPN = dyn_cast<PHINode>(User)) in rebuildSSA() local
614 if (UserPN->getIncomingBlock(U) == &BB) in rebuildSSA()