Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp194 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local
195 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
211 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local
212 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
DSSAUpdaterBulk.cpp33 if (auto *UserPN = dyn_cast<PHINode>(User)) in getUserBB() local
34 return UserPN->getIncomingBlock(*U); in getUserBB()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp182 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local
183 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
199 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local
200 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp209 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local
210 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
225 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local
226 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp660 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in SliceUpIllegalIntegerPHI() local
661 if (PHIsInspected.insert(UserPN)) in SliceUpIllegalIntegerPHI()
662 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp732 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local
733 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()
734 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp473 UserPNs.begin(), UserPNs.end(), [&](PHINode *UserPN) { in findProfitablePHIs() argument
474 int &PNUserCount = PNUserCountMap.find(UserPN)->second; in findProfitablePHIs()
DStructurizeCFG.cpp896 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local
897 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
DJumpThreading.cpp2029 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in ThreadEdge() local
2030 if (UserPN->getIncomingBlock(U) == BB) in ThreadEdge()
2348 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in DuplicateCondBranchOnPHIIntoPred() local
2349 if (UserPN->getIncomingBlock(U) == BB) in DuplicateCondBranchOnPHIIntoPred()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1401 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in ThreadEdge() local
1402 if (UserPN->getIncomingBlock(UI) == BB) in ThreadEdge()
1556 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in DuplicateCondBranchOnPHIIntoPred() local
1557 if (UserPN->getIncomingBlock(UI) == BB) in DuplicateCondBranchOnPHIIntoPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp988 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local
989 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()
990 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1540 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in ThreadEdge() local
1541 if (UserPN->getIncomingBlock(U) == BB) in ThreadEdge()
1785 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in DuplicateCondBranchOnPHIIntoPred() local
1786 if (UserPN->getIncomingBlock(U) == BB) in DuplicateCondBranchOnPHIIntoPred()
DStructurizeCFG.cpp903 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local
904 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp669 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in rebuildSSA() local
670 if (UserPN->getIncomingBlock(U) == &BB) in rebuildSSA()