Home
last modified time | relevance | path

Searched defs:PrintLoopPassWrapper (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DLoopPass.cpp33 class PrintLoopPassWrapper : public LoopPass { class
38 PrintLoopPassWrapper() : LoopPass(ID) {} in PrintLoopPassWrapper() function in __anon5b457bc20111::PrintLoopPassWrapper
39 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper() function in __anon5b457bc20111::PrintLoopPassWrapper
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp36 class PrintLoopPassWrapper : public LoopPass { class
42 PrintLoopPassWrapper() : LoopPass(ID), OS(dbgs()) {} in PrintLoopPassWrapper() function in __anon6125c8240111::PrintLoopPassWrapper
43 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper() function in __anon6125c8240111::PrintLoopPassWrapper