Lines Matching refs:Old
62 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock()
63 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock()
64 TempBB(BasicBlock::Create(Old.getContext())) {} in DelayedBasicBlock()
700 Metadata *Old = N.getOperand(I); in remapOperands() local
701 Metadata *New = mapOperand(Old); in remapOperands()
702 if (Old != New) in remapOperands()
703 LLVM_DEBUG(dbgs() << "Replacing Op " << Old << " with " << New << " in " in remapOperands()
706 if (Old != New) in remapOperands()
815 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() argument
816 if (std::optional<Metadata *> MappedOp = getMappedOp(Old)) in mapNodesInPOT()
819 assert(G.Info[Old].ID > D.ID && "Expected a forward reference"); in mapNodesInPOT()
820 return &G.getFwdReference(*cast<MDNode>(Old)); in mapNodesInPOT()
854 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map() argument
855 if (std::optional<Metadata *> MappedOp = tryToMapOperand(Old)) in map()
857 return mapTopLevelUniquedNode(*cast<MDNode>(Old)); in map()
999 MDNode *Old = MI.second; in remapInstruction() local
1000 MDNode *New = cast_or_null<MDNode>(mapMetadata(Old)); in remapInstruction()
1001 if (New != Old) in remapInstruction()