Home
last modified time | relevance | path

Searched refs:DependenceInfoPrinterPass (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/include/polly/
DDependenceInfo.h143 friend struct DependenceInfoPrinterPass;
213 struct DependenceInfoPrinterPass struct
214 : public PassInfoMixin<DependenceInfoPrinterPass> {
215 DependenceInfoPrinterPass(raw_ostream &OS) : OS(OS) {} in DependenceInfoPrinterPass() argument
/external/llvm-project/polly/lib/Support/
DPollyPasses.def29 SCOP_PASS("print<polly-dependences>", DependenceInfoPrinterPass(outs()))
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp841 DependenceInfoPrinterPass::run(Scop &S, ScopAnalysisManager &SAM, in run()