reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
504 LLVM_DEBUG(dbgs() << "OPERAND: " << *Op << " (" << Weight << ")\n"); 511 LLVM_DEBUG(dbgs() << "DIRECT ADD: " << *Op << " (" << Weight << ")\n"); 512 Worklist.push_back(std::make_pair(BO, Weight)); 525 << "ADD USES LEAF: " << *Op << " (" << Weight << ")\n"); 527 Leaves[Op] = Weight; 537 IncorporateWeight(It->second, Weight, Opcode); 564 Weight = It->second; 585 << "MORPH LEAF: " << *Op << " (" << Weight << ") TO "); 588 Worklist.push_back(std::make_pair(Tmp, Weight)); 595 LLVM_DEBUG(dbgs() << "ADD LEAF: " << *Op << " (" << Weight << ")\n"); 598 Leaves[Op] = Weight;