Lines Matching refs:Old
50 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock()
51 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock()
52 TempBB(BasicBlock::Create(Old.getContext())) {} in DelayedBasicBlock()
591 Metadata *Old = N.getOperand(I); in remapOperands() local
592 Metadata *New = mapOperand(Old); in remapOperands()
594 if (Old != New) in remapOperands()
701 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() argument
702 if (Optional<Metadata *> MappedOp = getMappedOp(Old)) in mapNodesInPOT()
704 assert(G.Info[Old].ID > D.ID && "Expected a forward reference"); in mapNodesInPOT()
705 return &G.getFwdReference(*cast<MDNode>(Old)); in mapNodesInPOT()
734 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map() argument
735 if (Optional<Metadata *> MappedOp = tryToMapOperand(Old)) in map()
737 return mapTopLevelUniquedNode(*cast<MDNode>(Old)); in map()
883 MDNode *Old = MI.second; in remapInstruction() local
884 MDNode *New = cast_or_null<MDNode>(mapMetadata(Old)); in remapInstruction()
885 if (New != Old) in remapInstruction()