Searched refs:addOperandToPHI (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | BlockGenerators.h | 928 void addOperandToPHI(ScopStmt &Stmt, PHINode *PHI, PHINode *PHICopy,
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | BlockGenerators.cpp | 1525 addOperandToPHI(Stmt, PHINodePair.first, PHINodePair.second, BB, LTS); in copyStmt() 1734 void RegionGenerator::addOperandToPHI(ScopStmt &Stmt, PHINode *PHI, in addOperandToPHI() function in RegionGenerator 1792 addOperandToPHI(Stmt, PHI, PHICopy, IncomingBB, LTS); in copyPHIInstruction()
|