Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp255 DenseMap<PHINode *, unsigned> PhiToAllocaMap; member
881 PhiToAllocaMap[PN] = AllocaNo; in QueuePhiNode()
910 if (PhiToAllocaMap.count(APN)) { in RenamePass()
925 unsigned AllocaNo = PhiToAllocaMap[APN]; in RenamePass()