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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp46 BasicBlock::iterator BIP = Builder.GetInsertPoint(); local
56 // Likewise, do not reuse a cast at BIP because it must dominate
57 // instructions that might be inserted before BIP.
58 if (BasicBlock::iterator(CI) != IP || BIP == IP) {
78 // (an invoke for example) and not dominate BIP (but the cast does).
79 assert(SE.DT->dominates(Ret, BIP));

Completed in 872 milliseconds