Searched refs:PPCGCodeGeneration (Results 1 – 7 of 7) sorted by relevance
10 ; and not the outer loop. PPCGCodeGeneration had not implemented this case.
27 ; by PPCGCodeGeneration. It appears that not calling `preloadInvariantLoads`
31 ; This test case checks that we generate correct code if PPCGCodeGeneration
11 CodeGen/PPCGCodeGeneration.cpp
417 INITIALIZE_PASS_DEPENDENCY(PPCGCodeGeneration);
2554 class PPCGCodeGeneration final : public ScopPass { class2571 PPCGCodeGeneration() : ScopPass(ID) { in PPCGCodeGeneration() function in __anond3af98aa0411::PPCGCodeGeneration3639 char PPCGCodeGeneration::ID = 1;3642 PPCGCodeGeneration *generator = new PPCGCodeGeneration(); in createPPCGCodeGenerationPass()3648 INITIALIZE_PASS_BEGIN(PPCGCodeGeneration, "polly-codegen-ppcg",3656 INITIALIZE_PASS_END(PPCGCodeGeneration, "polly-codegen-ppcg",
8719 polly/include/polly/CodeGen/PPCGCodeGeneration.h8755 polly/lib/CodeGen/PPCGCodeGeneration.cpp