Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp650 DenseMap<BasicBlock *, BasicBlock *> HoistDestinationMap; member in __anon7e16e74e0511::ControlFlowHoister
759 if (HoistDestinationMap.count(BB)) in getOrCreateHoistedBlock()
760 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()
777 HoistDestinationMap[BB] = InitialPreheader; in getOrCreateHoistedBlock()
793 if (HoistDestinationMap.count(Orig)) in getOrCreateHoistedBlock()
794 return HoistDestinationMap[Orig]; in getOrCreateHoistedBlock()
797 HoistDestinationMap[Orig] = New; in getOrCreateHoistedBlock()
842 for (auto &Pair : HoistDestinationMap) in getOrCreateHoistedBlock()
855 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()