Home
last modified time | relevance | path

Searched refs:PrintLoopinfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp172 DEBUG(dbgs() << "LoopInfo:\n"; PrintLoopinfo(*MLI);); in runOnMachineFunction()
205 static void PrintLoopinfo(const MachineLoopInfo &LoopInfo) { in PrintLoopinfo() function in __anon0389e81c0311::AMDGPUCFGStructurizer
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp86 void PrintLoopinfo(const LoopinfoT &LoopInfo, llvm::raw_ostream &OS) { in PrintLoopinfo() function
459 PrintLoopinfo(*loopInfo, errs()); in prepare()
549 PrintLoopinfo(*loopInfo, errs()); in run()