Searched refs:PhiToAllocaMap (Results 1 – 2 of 2) sorted by relevance
247 DenseMap<PHINode *, unsigned> PhiToAllocaMap; member865 PhiToAllocaMap[PN] = AllocaNo; in QueuePhiNode()887 if (PhiToAllocaMap.count(APN)) { in RenamePass()902 unsigned AllocaNo = PhiToAllocaMap[APN]; in RenamePass()
219 DenseMap<PHINode*, unsigned> PhiToAllocaMap; member1003 PhiToAllocaMap[PN] = AllocaNo; in QueuePhiNode()1024 if (PhiToAllocaMap.count(APN)) { in RenamePass()1042 unsigned AllocaNo = PhiToAllocaMap[APN]; in RenamePass()