Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp639 DenseMap<BasicBlock *, BasicBlock *> HoistDestinationMap; member in __anoncfbeaccc0511::ControlFlowHoister
748 if (HoistDestinationMap.count(BB)) in getOrCreateHoistedBlock()
749 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()
766 HoistDestinationMap[BB] = InitialPreheader; in getOrCreateHoistedBlock()
782 if (HoistDestinationMap.count(Orig)) in getOrCreateHoistedBlock()
783 return HoistDestinationMap[Orig]; in getOrCreateHoistedBlock()
786 HoistDestinationMap[Orig] = New; in getOrCreateHoistedBlock()
832 for (auto &Pair : HoistDestinationMap) in getOrCreateHoistedBlock()
845 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()