Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BIP

48   BasicBlock::iterator BIP = Builder.GetInsertPoint();
58 // Likewise, do not reuse a cast at BIP because it must dominate
59 // instructions that might be inserted before BIP.
60 if (BasicBlock::iterator(CI) != IP || BIP == IP) {
80 // (an invoke for example) and not dominate BIP (but the cast does).
81 assert(SE.DT->dominates(Ret, BIP));