Searched refs:LoopInitBB (Results 1 – 1 of 1) sorted by relevance
1503 llvm::BasicBlock *LoopInitBB = createBasicBlock("forcoll.loopinit"); in EmitObjCForCollectionStmt() local1513 EmptyBB, LoopInitBB, in EmitObjCForCollectionStmt()1517 EmitBlock(LoopInitBB); in EmitObjCForCollectionStmt()1537 index->addIncoming(zero, LoopInitBB); in EmitObjCForCollectionStmt()1541 count->addIncoming(initialBufferLimit, LoopInitBB); in EmitObjCForCollectionStmt()