Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DBlockGenerators.h550 virtual void copyPHIInstruction(ScopStmt &, PHINode *, ValueMapT &, in copyPHIInstruction() function
968 virtual void copyPHIInstruction(ScopStmt &Stmt, PHINode *Inst,
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp386 copyPHIInstruction(Stmt, PHI, BBMap, LTS); in copyInstruction()
1786 void RegionGenerator::copyPHIInstruction(ScopStmt &Stmt, PHINode *PHI, in copyPHIInstruction() function in RegionGenerator