Searched refs:LoopInitBB (Results 1 – 2 of 2) sorted by relevance
1543 llvm::BasicBlock *LoopInitBB = createBasicBlock("forcoll.loopinit"); in EmitObjCForCollectionStmt() local1553 LoopInitBB, in EmitObjCForCollectionStmt()1557 EmitBlock(LoopInitBB); in EmitObjCForCollectionStmt()1578 index->addIncoming(zero, LoopInitBB); in EmitObjCForCollectionStmt()1582 count->addIncoming(initialBufferLimit, LoopInitBB); in EmitObjCForCollectionStmt()
1797 llvm::BasicBlock *LoopInitBB = createBasicBlock("forcoll.loopinit"); in EmitObjCForCollectionStmt() local1807 LoopInitBB, in EmitObjCForCollectionStmt()1811 EmitBlock(LoopInitBB); in EmitObjCForCollectionStmt()1832 index->addIncoming(zero, LoopInitBB); in EmitObjCForCollectionStmt()1836 count->addIncoming(initialBufferLimit, LoopInitBB); in EmitObjCForCollectionStmt()