Searched refs:ScopDetectionWrapperPass (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopGraphPrinter.cpp | 138 static ScopDetection *getGraph(ScopDetectionWrapperPass *Analysis) { in getGraph() 144 : DOTGraphTraitsViewerWrapperPass<ScopDetectionWrapperPass, false, 149 : DOTGraphTraitsViewerWrapperPass<ScopDetectionWrapperPass, false, in ScopViewerWrapperPass() 153 bool processFunction(Function &F, ScopDetectionWrapperPass &SD) override { in processFunction() 167 : DOTGraphTraitsViewerWrapperPass<ScopDetectionWrapperPass, false, 172 : DOTGraphTraitsViewerWrapperPass<ScopDetectionWrapperPass, false, in ScopOnlyViewerWrapperPass() 180 : DOTGraphTraitsPrinterWrapperPass<ScopDetectionWrapperPass, false, 185 : DOTGraphTraitsPrinterWrapperPass<ScopDetectionWrapperPass, false, in ScopPrinterWrapperPass() 193 : DOTGraphTraitsPrinterWrapperPass<ScopDetectionWrapperPass, true, 198 : DOTGraphTraitsPrinterWrapperPass<ScopDetectionWrapperPass, true, in ScopOnlyPrinterWrapperPass()
|
| H A D | ScopDetection.cpp | 1952 bool ScopDetectionWrapperPass::runOnFunction(Function &F) { in runOnFunction() 1965 void ScopDetectionWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 1983 ScopDetectionWrapperPass::ScopDetectionWrapperPass() : FunctionPass(ID) { in ScopDetectionWrapperPass() function in ScopDetectionWrapperPass 1995 void ScopDetectionWrapperPass::releaseMemory() { Result.reset(); } in releaseMemory() 1997 char ScopDetectionWrapperPass::ID; 2026 return new ScopDetectionWrapperPass(); in createScopDetectionWrapperPassPass() 2029 INITIALIZE_PASS_BEGIN(ScopDetectionWrapperPass, "polly-detect", 2038 INITIALIZE_PASS_END(ScopDetectionWrapperPass, "polly-detect", 2055 ScopDetectionWrapperPass &P = getAnalysis<ScopDetectionWrapperPass>(); in runOnFunction() 2066 AU.addRequired<ScopDetectionWrapperPass>(); in getAnalysisUsage() [all …]
|
| H A D | ScopPass.cpp | 51 AU.addPreserved<ScopDetectionWrapperPass>(); in getAnalysisUsage()
|
| H A D | ScopInfo.cpp | 2548 AU.addRequiredTransitive<ScopDetectionWrapperPass>(); in getAnalysisUsage() 2591 auto &SD = getAnalysis<ScopDetectionWrapperPass>().getSD(); in runOnRegion() 2638 INITIALIZE_PASS_DEPENDENCY(ScopDetectionWrapperPass); 2775 AU.addRequiredTransitive<ScopDetectionWrapperPass>(); in getAnalysisUsage() 2783 auto &SD = getAnalysis<ScopDetectionWrapperPass>().getSD(); in runOnFunction() 2820 INITIALIZE_PASS_DEPENDENCY(ScopDetectionWrapperPass);
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | CodeGeneration.cpp | 347 AU.addRequired<ScopDetectionWrapperPass>(); in getAnalysisUsage() 383 INITIALIZE_PASS_DEPENDENCY(ScopDetectionWrapperPass);
|
| H A D | ManagedMemoryRewrite.cpp | 423 INITIALIZE_PASS_DEPENDENCY(ScopDetectionWrapperPass);
|
| H A D | PPCGCodeGeneration.cpp | 3629 AU.addRequired<ScopDetectionWrapperPass>(); in getAnalysisUsage() 3655 INITIALIZE_PASS_DEPENDENCY(ScopDetectionWrapperPass);
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopDetection.h | 648 class ScopDetectionWrapperPass final : public FunctionPass { 652 ScopDetectionWrapperPass();
|