/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 105 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 D | WebAssemblyRegColoring.cpp | 138 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 D | Pointer.cpp | 45 Block *Old = Pointee; in operator =() local 62 Block *Old = Pointee; in operator =() local
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 230 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local 267 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 292 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 D | ValueList.cpp | 36 auto &Old = ValuePtrs[Idx]; in assignValue() local
|
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 149 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 D | package_aliases.t | 20 package Old; package
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Allocator.h | 86 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function 391 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 884 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 D | LiveRangeShrink.cpp | 77 MachineInstr *Old, in FindDominatedInstruction()
|
H A D | MachineBasicBlock.cpp | 791 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 D | FuzzerValueBitMap.h | 37 uintptr_t Old = Map[WordIdx]; in AddValue() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 98 [[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 D | SCCIterator.h | 139 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 397 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 D | BugDriver.h | 133 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 487 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 D | ValueMapper.cpp | 643 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 D | CallGraphSCCPass.cpp | 584 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 D | ASTUnresolvedSet.h | 62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
|
H A D | UnresolvedSet.h | 102 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 63 virtual void LRE_DidCloneVirtReg(Register New, Register Old) {} in LRE_DidCloneVirtReg()
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreISelDAGToDAG.cpp | 224 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
|