Home
last modified time | relevance | path

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

1234

/netbsd/external/apache2/llvm/dist/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()
237 GlobalVariable *Old = SameContentReplacements[i].first; in mergeConstants() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp138 unsigned Old = LI->reg(); in runOnMachineFunction() local
171 unsigned Old = SortedIntervals[I]->reg(); in runOnMachineFunction() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.cpp42 Block *Old = Pointee; in operator =() local
59 Block *Old = Pointee; in operator =() local
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DMutations.cpp49 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp231 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
268 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp287 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
486 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
512 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpecImpl()
663 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
956 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c151 char *Old = (char *) Src; in memmove() local
206 char *Old = (char *) Src; in memcpy() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerValueBitMap.h37 uintptr_t Old = Map[WordIdx]; in AddValue() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h88 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
385 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp911 void MachineFunction::copyCallSiteInfo(const MachineInstr *Old, in copyCallSiteInfo()
929 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo()
959 void MachineFunction::substituteDebugValuesForInst(const MachineInstr &Old, in substituteDebugValuesForInst()
1043 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
1066 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
H A DLiveRangeShrink.cpp78 MachineInstr *Old, in FindDominatedInstruction()
H A DMachineBasicBlock.cpp765 void MachineBasicBlock::splitSuccessor(MachineBasicBlock *Old, in splitSuccessor()
807 void MachineBasicBlock::replaceSuccessor(MachineBasicBlock *Old, in replaceSuccessor()
1365 void MachineBasicBlock::ReplaceUsesOfBlockWith(MachineBasicBlock *Old, in ReplaceUsesOfBlockWith()
1386 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith()
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.h136 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode()
H A DImmutableMap.h97 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K, in add()
103 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h395 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
405 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp446 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
457 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h67 virtual void LRE_DidCloneVirtReg(Register New, Register Old) {} in LRE_DidCloneVirtReg()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp217 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h373 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
383 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp593 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
611 void CallGraphSCC::DeleteNode(CallGraphNode *Old) { in DeleteNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp633 Metadata *Old = N.getOperand(I); in remapOperands() local
748 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT()
787 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
925 MDNode *Old = MI.second; in remapInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h180 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()

1234