Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5257 BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU) const { in AdjustInsertPositionForExpand() argument
5290 assert(!isa<PHINode>(LowestIP) && !LowestIP->isEHPad() in AdjustInsertPositionForExpand()
5291 && !isa<DbgInfoIntrinsic>(LowestIP) && in AdjustInsertPositionForExpand()
5296 BasicBlock::iterator IP = HoistInsertPosition(LowestIP, Inputs); in AdjustInsertPositionForExpand()
5310 while (Rewriter.isInsertedInstruction(&*IP) && IP != LowestIP) in AdjustInsertPositionForExpand()