Searched refs:getOrCreateHoistedBlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp643 BasicBlock *getOrCreateHoistedBlock(BasicBlock *BB) { function in class:__anon4644::ControlFlowHoister
677 BasicBlock *HoistTarget = getOrCreateHoistedBlock(BI->getParent());
816 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo,
842 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB),
861 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo,
874 i, CFH.getOrCreateHoistedBlock(PN->getIncomingBlock(i)));
875 hoist(*PN, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo,

Completed in 61 milliseconds