Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5599 BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU) const { in AdjustInsertPositionForExpand() argument
5632 assert(!isa<PHINode>(LowestIP) && !LowestIP->isEHPad() && in AdjustInsertPositionForExpand()
5637 BasicBlock::iterator IP = HoistInsertPosition(LowestIP, Inputs); in AdjustInsertPositionForExpand()
5648 while (Rewriter.isInsertedInstruction(&*IP) && IP != LowestIP) in AdjustInsertPositionForExpand()