Lines Matching refs:Old
412 void ProfileInfoT<Function,BasicBlock>::splitBlock(const BasicBlock *Old, in splitBlock() argument
414 const Function *F = Old->getParent(); in splitBlock()
419 DEBUG(dbgs() << "Splitting " << Old->getName() << " to " << New->getName() << "\n"); in splitBlock()
425 if (old.first == Old) { in splitBlock()
435 double w = getExecutionCount(Old); in splitBlock()
436 setEdgeWeight(getEdge(Old, New), w); in splitBlock()
478 void ProfileInfoT<Function,BasicBlock>::transfer(const Function *Old, in transfer() argument
480 DEBUG(dbgs() << "Replacing Function " << Old->getName() << " with " in transfer()
483 EdgeInformation.find(Old); in transfer()
487 EdgeInformation.erase(Old); in transfer()
488 BlockInformation.erase(Old); in transfer()
489 FunctionInformation.erase(Old); in transfer()