Searched refs:UserPN (Results 1 – 11 of 11) sorted by relevance
193 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local194 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()210 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local211 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
32 if (auto *UserPN = dyn_cast<PHINode>(User)) in getUserBB() local33 return UserPN->getIncomingBlock(*U); in getUserBB()
182 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() local183 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()199 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions() local200 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
732 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local733 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()734 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
480 UserPNs.begin(), UserPNs.end(), [&](PHINode *UserPN) { in findProfitablePHIs() argument481 int &PNUserCount = PNUserCountMap.find(UserPN)->second; in findProfitablePHIs()
921 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local922 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
1949 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in UpdateSSA() local1950 if (UserPN->getIncomingBlock(U) == BB) in UpdateSSA()
1001 if (PHINode *UserPN = dyn_cast<PHINode>(UserI)) { in SliceUpIllegalIntegerPHI() local1002 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()1003 PHIsToSlice.push_back(UserPN); in SliceUpIllegalIntegerPHI()
1540 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in ThreadEdge() local1541 if (UserPN->getIncomingBlock(U) == BB) in ThreadEdge()1785 if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in DuplicateCondBranchOnPHIIntoPred() local1786 if (UserPN->getIncomingBlock(U) == BB) in DuplicateCondBranchOnPHIIntoPred()
903 } else if (PHINode *UserPN = dyn_cast<PHINode>(User)) { in rebuildSSA() local904 if (UserPN->getIncomingBlock(U) == BB) in rebuildSSA()
613 if (auto *UserPN = dyn_cast<PHINode>(User)) in rebuildSSA() local614 if (UserPN->getIncomingBlock(U) == &BB) in rebuildSSA()