Home
last modified time | relevance | path

Searched refs:printLoop (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp54 printLoop(*L, OS, Banner); in runOnLoop()
H A DLoopInfo.cpp989 void llvm::printLoop(Loop &L, raw_ostream &OS, const std::string &Banner) { in printLoop() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp373 printLoop(L, OS, Banner); in run()
H A DLoopFuse.cpp557 printLoop(*L, dbgs()); in printLoopVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h622 void printLoop(Loop &L, raw_ostream &OS, const std::string &Banner = "");
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp229 printLoop(const_cast<Loop &>(*L), OS); in printIR()