Searched refs:LoopIter (Results 1 – 3 of 3) sorted by relevance
245 for (auto LoopIter = It.base() - 1; LoopIter != LoopStack.end(); in processNode() local246 ++LoopIter) { in processNode()247 LoopNodes.insert((*LoopIter)->getNode()->getIndex()); in processNode()
435 Function *LoopIter = Intrinsic::getDeclaration(M, ID, Ty); in InsertIterationSetup() local436 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()
442 Function *LoopIter = Intrinsic::getDeclaration(M, ID, Ty); in InsertIterationSetup() local443 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()