Lines Matching defs:OuterAllocaBB
694 /* AllocaBlock*/ OI.OuterAllocaBB,
1175 BasicBlock *OuterAllocaBB, Value *Ident, Value *IfCondition,
1200 Builder.SetInsertPoint(OuterAllocaBB, OuterAllocaBB->getFirstInsertionPt());
1508 OI.OuterAllocaBB = OuterAllocaBlock;
1818 OI.OuterAllocaBB = AllocaIP.getBlock();
4361 OI.OuterAllocaBB = CLI->getPreheader();
4367 OI.OuterAllocaBB = AllocaIP.getBlock();
6893 OI.OuterAllocaBB = AllocaIP.getBlock();
8189 BasicBlock &OuterAllocaBB = CurrentFunction->getEntryBlock();
8190 if (&OuterAllocaBB == Builder.GetInsertBlock()) {
8263 OI.OuterAllocaBB = &OuterAllocaBB;
8267 InsertPointTy OuterAllocaIP(&OuterAllocaBB, OuterAllocaBB.begin());