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