Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp247 DenseMap<PHINode *, unsigned> PhiToAllocaMap; member
870 PhiToAllocaMap[PN] = AllocaNo; in QueuePhiNode()
899 if (PhiToAllocaMap.count(APN)) { in RenamePass()
914 unsigned AllocaNo = PhiToAllocaMap[APN]; in RenamePass()