Searched refs:getOrCreateHoistedBlock (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 749 BasicBlock *getOrCreateHoistedBlock(BasicBlock *BB) { in getOrCreateHoistedBlock() function in __anon04e4206f0511::ControlFlowHoister 783 BasicBlock *HoistTarget = getOrCreateHoistedBlock(BI->getParent()); in getOrCreateHoistedBlock() 919 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion() 945 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), in hoistRegion() 964 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion() 977 i, CFH.getOrCreateHoistedBlock(PN->getIncomingBlock(i))); in hoistRegion() 978 hoist(*PN, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
|