Searched refs:UserPN (Results 1 – 7 of 7) sorted by relevance
191 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local192 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()203 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local204 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
32 if (auto *UserPN = dyn_cast<PHINode>(User)) in getUserBB() local33 return UserPN->getIncomingBlock(*U); in getUserBB()
486 UserPNs.begin(), UserPNs.end(), [&](PHINode *UserPN) { in findProfitablePHIs() argument487 int &PNUserCount = PNUserCountMap.find(UserPN)->second; in findProfitablePHIs()
930 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local931 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
2043 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in updateSSA() local2044 if (UserPN->getIncomingBlock(U) == BB) in updateSSA()
1092 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local1093 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()1094 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
635 if (auto *UserPN = dyn_cast<PHINode>(User)) in rebuildSSA() local636 if (UserPN->getIncomingBlock(U) == &BB) in rebuildSSA()