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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp49 BasicBlock::iterator BIP = Builder.GetInsertPoint(); local
59 // Likewise, do not reuse a cast at BIP because it must dominate
60 // instructions that might be inserted before BIP.
61 if (BasicBlock::iterator(CI) != IP || BIP == IP) {
79 // (an invoke for example) and not dominate BIP (but the cast does).
80 assert(SE.DT.dominates(Ret, &*BIP));

Completed in 115 milliseconds