Home
last modified time | relevance | path

Searched refs:PrintLoopPass (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp96 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass
97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass
100 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp237 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass
238 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass
241 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h281 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
286 PrintLoopPass();
287 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h419 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
424 PrintLoopPass();
425 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
/external/llvm/lib/Analysis/
DLoopInfo.cpp668 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass
669 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass
672 PreservedAnalyses PrintLoopPass::run(Loop &L, AnalysisManager<Loop> &) { in run()
DLoopPass.cpp34 PrintLoopPass P;
/external/llvm/include/llvm/Analysis/
DLoopInfo.h821 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
826 PrintLoopPass();
827 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
/external/llvm/lib/Passes/
DPassRegistry.def194 LOOP_PASS("print", PrintLoopPass(dbgs()))
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def306 LOOP_PASS("print", PrintLoopPass(dbgs()))
/external/llvm-project/llvm/lib/Passes/
DPassRegistry.def394 LOOP_PASS("print", PrintLoopPass(dbgs()))