Home
last modified time | relevance | path

Searched defs:Old (Results 1 – 25 of 106) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable()
116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace()
231 GlobalVariable *Old = SameContentReplacements[i].first; in mergeConstants() local
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp138 Register Old = LI->reg(); in runOnMachineFunction() local
171 Register Old = SortedIntervals[I]->reg(); in runOnMachineFunction() local
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.cpp45 Block *Old = Pointee; in operator =() local
62 Block *Old = Pointee; in operator =() local
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp230 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
267 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp292 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
492 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
518 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpecImpl()
669 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
962 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DValueList.cpp36 auto &Old = ValuePtrs[Idx]; in assignValue() local
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp149 Register Old = MI.getOperand(0).getReg(); in expandAtomicRMW128() local
226 Register Old = MI.getOperand(0).getReg(); in expandAtomicCmpSwap128() local
/openbsd/gnu/usr.bin/perl/t/mro/
H A Dpackage_aliases.t20 package Old; package
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h86 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
391 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp884 void MachineFunction::copyCallSiteInfo(const MachineInstr *Old, in copyCallSiteInfo()
902 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo()
936 void MachineFunction::substituteDebugValuesForInst(const MachineInstr &Old, in substituteDebugValuesForInst()
1282 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
1305 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
H A DLiveRangeShrink.cpp77 MachineInstr *Old, in FindDominatedInstruction()
H A DMachineBasicBlock.cpp791 void MachineBasicBlock::splitSuccessor(MachineBasicBlock *Old, in splitSuccessor()
833 void MachineBasicBlock::replaceSuccessor(MachineBasicBlock *Old, in replaceSuccessor()
1363 void MachineBasicBlock::ReplaceUsesOfBlockWith(MachineBasicBlock *Old, in ReplaceUsesOfBlockWith()
1384 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith()
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h37 uintptr_t Old = Map[WordIdx]; in AddValue() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableMap.h98 [[nodiscard]] ImmutableMap add(ImmutableMap Old, key_type_ref K, in add()
104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
H A DSCCIterator.h139 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h397 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
407 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DBugDriver.h133 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp487 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
498 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp643 Metadata *Old = N.getOperand(I); in remapOperands() local
758 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT()
797 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
942 MDNode *Old = MI.second; in remapInstruction() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp584 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
602 void CallGraphSCC::DeleteNode(CallGraphNode *Old) { in DeleteNode()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h63 virtual void LRE_DidCloneVirtReg(Register New, Register Old) {} in LRE_DidCloneVirtReg()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp224 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()

12345