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