Home
last modified time | relevance | path

Searched refs:LoopPHIInc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp1586 Instruction *LoopPHIInc = BinaryOperator::CreateAdd( in copyStmt() local
1589 LoopPHIInc->insertBefore(BBCopy->getTerminator()); in copyStmt()
1595 LoopPHI->addIncoming(LoopPHIInc, EndBlockMap[PredBB]); in copyStmt()