reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
405 if (!findPath(&MBB, BranchPath)) 409 LLVM_DEBUG(dbgs() << "Found one path (len=" << BranchPath.size() << "):\n"); 412 for (auto I = BranchPath.rbegin(); I != BranchPath.rend(); ++I, ++Index) { 412 for (auto I = BranchPath.rbegin(); I != BranchPath.rend(); ++I, ++Index) { 415 LLVM_DEBUG(dbgs() << "Path MBB (" << Index << " of " << BranchPath.size() 422 optimizeCondBr(MBB, BranchPath);