Lines Matching refs:LLVM_DEBUG

203     LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n");  in canSpeculateInstrs()
217 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
224 LLVM_DEBUG(dbgs() << "Can't hoist: " << MI); in canSpeculateInstrs()
232 LLVM_DEBUG(dbgs() << "Won't speculate load: " << MI); in canSpeculateInstrs()
239 LLVM_DEBUG(dbgs() << "Can't speculate: " << MI); in canSpeculateInstrs()
257 LLVM_DEBUG(dbgs() << "Won't speculate regmask: " << *I); in InstrDependenciesAllowIfConv()
275 LLVM_DEBUG(dbgs() << printMBBReference(*I->getParent()) << " depends on " in InstrDependenciesAllowIfConv()
278 LLVM_DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); in InstrDependenciesAllowIfConv()
297 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canPredicateInstrs()
312 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canPredicateInstrs()
319 LLVM_DEBUG(dbgs() << "Can't predicate: " << *I); in canPredicateInstrs()
325 LLVM_DEBUG(dbgs() << "Isn't predicable: " << *I); in canPredicateInstrs()
331 LLVM_DEBUG(dbgs() << "Is already predicated: " << *I); in canPredicateInstrs()
382 LLVM_DEBUG(dbgs() << "Can't insert code after " << *I); in findInsertionPoint()
415 LLVM_DEBUG({ in findInsertionPoint()
426 LLVM_DEBUG(dbgs() << "Can insert before " << *I); in findInsertionPoint()
429 LLVM_DEBUG(dbgs() << "No legal insertion point found.\n"); in findInsertionPoint()
462 LLVM_DEBUG(dbgs() << "\nDiamond: " << printMBBReference(*Head) << " -> " in canConvertIf()
469 LLVM_DEBUG(dbgs() << "Tail has live-ins.\n"); in canConvertIf()
473 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvertIf()
482 LLVM_DEBUG(dbgs() << "No phis in tail.\n"); in canConvertIf()
489 LLVM_DEBUG(dbgs() << "Branch not analyzable.\n"); in canConvertIf()
495 LLVM_DEBUG(dbgs() << "analyzeBranch didn't find conditional branch.\n"); in canConvertIf()
502 LLVM_DEBUG(dbgs() << "analyzeBranch found an unconditional branch.\n"); in canConvertIf()
532 LLVM_DEBUG(dbgs() << "Can't convert: " << *PI.PHI); in canConvertIf()
622 LLVM_DEBUG(dbgs() << "If-converting " << *PI.PHI); in replacePHIInstrs()
633 LLVM_DEBUG(dbgs() << " --> " << *std::prev(FirstTerm)); in replacePHIInstrs()
652 LLVM_DEBUG(dbgs() << "If-converting " << *PI.PHI); in rewritePHIOperands()
662 LLVM_DEBUG(dbgs() << " --> " << *std::prev(FirstTerm)); in rewritePHIOperands()
676 LLVM_DEBUG(dbgs() << " --> " << *PI.PHI); in rewritePHIOperands()
740 LLVM_DEBUG(dbgs() << "Joining tail " << printMBBReference(*Tail) in convertIf()
749 LLVM_DEBUG(dbgs() << "Converting to unconditional branch.\n"); in convertIf()
754 LLVM_DEBUG(dbgs() << *Head); in convertIf()
911 LLVM_DEBUG(dbgs() << "TBB: " << TBBTrace << "FBB: " << FBBTrace); in shouldConvertIf()
928 LLVM_DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
931 LLVM_DEBUG(dbgs() << "Not enough available ILP.\n"); in shouldConvertIf()
952 LLVM_DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()
969 LLVM_DEBUG(dbgs() << "Slack " << Slack << ":\t" << *PI.PHI); in shouldConvertIf()
975 LLVM_DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n"); in shouldConvertIf()
979 LLVM_DEBUG(dbgs() << "Exceeds limit of " << CritLimit << '\n'); in shouldConvertIf()
988 LLVM_DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n"); in shouldConvertIf()
992 LLVM_DEBUG(dbgs() << "Exceeds limit of " << CritLimit << '\n'); in shouldConvertIf()
1001 LLVM_DEBUG(dbgs() << "FBB data adds " << Extra << " cycles.\n"); in shouldConvertIf()
1005 LLVM_DEBUG(dbgs() << "Exceeds limit of " << CritLimit << '\n'); in shouldConvertIf()
1078 LLVM_DEBUG(dbgs() << "********** EARLY IF-CONVERSION **********\n" in runOnMachineFunction()
1216 LLVM_DEBUG(dbgs() << "********** EARLY IF-PREDICATOR **********\n" in runOnMachineFunction()