Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5223 BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU) const { in AdjustInsertPositionForExpand() argument
5256 assert(!isa<PHINode>(LowestIP) && !LowestIP->isEHPad() in AdjustInsertPositionForExpand()
5257 && !isa<DbgInfoIntrinsic>(LowestIP) && in AdjustInsertPositionForExpand()
5262 BasicBlock::iterator IP = HoistInsertPosition(LowestIP, Inputs); in AdjustInsertPositionForExpand()
5276 while (Rewriter.isInsertedInstruction(&*IP) && IP != LowestIP) in AdjustInsertPositionForExpand()