Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp644 DenseMap<BasicBlock *, BasicBlock *> HoistDestinationMap; member in __anon04e4206f0511::ControlFlowHoister
753 if (HoistDestinationMap.count(BB)) in getOrCreateHoistedBlock()
754 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()
771 HoistDestinationMap[BB] = InitialPreheader; in getOrCreateHoistedBlock()
787 if (HoistDestinationMap.count(Orig)) in getOrCreateHoistedBlock()
788 return HoistDestinationMap[Orig]; in getOrCreateHoistedBlock()
791 HoistDestinationMap[Orig] = New; in getOrCreateHoistedBlock()
836 for (auto &Pair : HoistDestinationMap) in getOrCreateHoistedBlock()
849 return HoistDestinationMap[BB]; in getOrCreateHoistedBlock()