Searched refs:BetterPos (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4429 Instruction *BetterPos = nullptr; local
4441 (!BetterPos || !DT.dominates(Inst, BetterPos)))
4442 BetterPos = std::next(BasicBlock::iterator(Inst));
4446 if (BetterPos)
4447 IP = BetterPos;

Completed in 1969 milliseconds