Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4453 LSRInstance::AdjustInsertPositionForExpand(BasicBlock::iterator LowestIP, in AdjustInsertPositionForExpand() argument
4491 assert(!isa<PHINode>(LowestIP) && !isa<LandingPadInst>(LowestIP) in AdjustInsertPositionForExpand()
4492 && !isa<DbgInfoIntrinsic>(LowestIP) && in AdjustInsertPositionForExpand()
4497 BasicBlock::iterator IP = HoistInsertPosition(LowestIP, Inputs); in AdjustInsertPositionForExpand()
4511 while (Rewriter.isInsertedInstruction(IP) && IP != LowestIP) ++IP; in AdjustInsertPositionForExpand()