Lines Matching refs:PN
125 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi() argument
126 unsigned int DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
129 processPhi(PN, Stack); in getValuesForPhi()
130 DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
146 if (const PHINode *PN = dyn_cast<PHINode>(V)) in invalidateValue() local
147 DepthMap.erase(PN); in invalidateValue()
167 for (const PHINode &PN : BB.phis()) { in print() local
169 PN.printAsOperand(OS, false); in print()
171 unsigned int N = DepthMap.lookup(&PN); in print()
200 for (const PHINode &PN : BB.phis()) in run() local
201 PI.getValuesForPhi(&PN); in run()