Searched refs:copyPHIInstruction (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/include/polly/CodeGen/ |
D | BlockGenerators.h | 550 virtual void copyPHIInstruction(ScopStmt &, PHINode *, ValueMapT &, in copyPHIInstruction() function 968 virtual void copyPHIInstruction(ScopStmt &Stmt, PHINode *Inst,
|
/external/llvm-project/polly/lib/CodeGen/ |
D | BlockGenerators.cpp | 386 copyPHIInstruction(Stmt, PHI, BBMap, LTS); in copyInstruction() 1786 void RegionGenerator::copyPHIInstruction(ScopStmt &Stmt, PHINode *PHI, in copyPHIInstruction() function in RegionGenerator
|