Searched refs:SuccItr (Results 1 – 1 of 1) sorted by relevance
1616 BasicBlock::iterator SuccItr = Succ->begin(); in hoistCommonCodeFromSuccessors() local1617 if (isa<PHINode>(*SuccItr)) in hoistCommonCodeFromSuccessors()1619 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()