Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp659 DenseMap<BasicBlock *, BasicBlock *> HoistDestinationMap; member in __anon9998ac180511::ControlFlowHoister
768 if (HoistDestinationMap.count(BB)) in getOrCreateHoistedBlock()
769 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()
786 HoistDestinationMap[BB] = InitialPreheader; in getOrCreateHoistedBlock()
802 if (HoistDestinationMap.count(Orig)) in getOrCreateHoistedBlock()
803 return HoistDestinationMap[Orig]; in getOrCreateHoistedBlock()
806 HoistDestinationMap[Orig] = New; in getOrCreateHoistedBlock()
851 for (auto &Pair : HoistDestinationMap) in getOrCreateHoistedBlock()
864 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()