Lines Matching defs:LDBG
27 #define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
103 LDBG("Start initializeLoopInfo");
115 LDBG("--dynamic loop not supported -> BAIL");
126 LDBG("--fewer loop iterations than pipeline stages -> BAIL");
133 LDBG("--no epilogue or predicate set -> BAIL");
139 LDBG("--empty schedule -> BAIL");
154 LDBG("--op not assigned a pipeline stage: " << op << " -> BAIL");
160 LDBG("--invalid schedule: " << op << " -> BAIL");
171 LDBG("--terminator should not be assigned stage: " << *op << " -> BAIL");
177 LDBG("--the owning Block of all operations assigned a stage "
194 LDBG("--only support loop carried dependency with a distance of 1 or "