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.cpp5623 BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU) const { in AdjustInsertPositionForExpand() argument
5656 assert(!isa<PHINode>(LowestIP) && !LowestIP->isEHPad() in AdjustInsertPositionForExpand()
5657 && !isa<DbgInfoIntrinsic>(LowestIP) && in AdjustInsertPositionForExpand()
5662 BasicBlock::iterator IP = HoistInsertPosition(LowestIP, Inputs); in AdjustInsertPositionForExpand()
5676 while (Rewriter.isInsertedInstruction(&*IP) && IP != LowestIP) in AdjustInsertPositionForExpand()