| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ | 
| 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() 237       GlobalVariable *Old = SameContentReplacements[i].first;  in mergeConstants()  local
  | 
| /external/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyRegColoring.cpp | 137     unsigned Old = LI->reg;  in runOnMachineFunction()  local 169     unsigned Old = SortedIntervals[i]->reg;  in runOnMachineFunction()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyRegColoring.cpp | 138     unsigned Old = LI->reg;  in runOnMachineFunction()  local 168     unsigned Old = SortedIntervals[I]->reg;  in runOnMachineFunction()  local
  | 
| /external/clang/test/CXX/temp/temp.type/ | 
| D | p1-0x.cpp | 3 namespace Old {  namespace
  | 
| /external/llvm/lib/Target/MSP430/ | 
| D | MSP430FrameLowering.cpp | 238     MachineInstr &Old = *I;  in eliminateCallFramePseudoInstr()  local 276       MachineInstr &Old = *I;  in eliminateCallFramePseudoInstr()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ | 
| D | MSP430FrameLowering.cpp | 237     MachineInstr &Old = *I;  in eliminateCallFramePseudoInstr()  local 274       MachineInstr &Old = *I;  in eliminateCallFramePseudoInstr()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | OrderedBasicBlock.cpp | 101 void OrderedBasicBlock::replaceInstruction(const Instruction *Old,  in replaceInstruction()
  | 
| /external/clang/lib/Sema/ | 
| D | SemaExceptionSpec.cpp | 212 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) {  in CheckEquivalentExceptionSpec() 377     const FunctionProtoType *Old, SourceLocation OldLoc,  in CheckEquivalentExceptionSpec() 399                                         const FunctionProtoType *Old,  in CheckEquivalentExceptionSpec() 834                                                 const CXXMethodDecl *Old) {  in CheckOverridingFunctionExceptionSpec()
  | 
| /external/compiler-rt/lib/profile/ | 
| D | InstrProfilingUtil.c | 61   void *Old = *Mem;  in lprofPtrFetchAdd()  local
  | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ | 
| D | Allocator.h | 156   BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)  in BumpPtrAllocatorImpl()  function 373   SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old)  in SpecificBumpPtrAllocator()  function
  | 
| /external/llvm/include/llvm/Support/ | 
| D | Allocator.h | 153   BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)  in BumpPtrAllocatorImpl()  function 370   SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old)  in SpecificBumpPtrAllocator()  function
  | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineInternal.h | 405   Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) {  in InsertNewInstBefore() 415   Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) {  in InsertNewInstWith()
  | 
| /external/rust/crates/libfuzzer-sys/libfuzzer/ | 
| D | FuzzerValueBitMap.h | 37     uintptr_t Old = Map[WordIdx];  in AddValue()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | BasicBlock.cpp | 441 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) {  in replacePhiUsesWith() 452 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old,  in replaceSuccessorsPhiUsesWith()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| D | Allocator.h | 158   BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)  in BumpPtrAllocatorImpl()  function 455   SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old)  in SpecificBumpPtrAllocator()  function
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | LiveRangeShrink.cpp | 78                                               MachineInstr *Old,  in FindDominatedInstruction()
  | 
| D | MachineFunction.cpp | 863 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old,  in moveCallSiteInfo() 883 void MachineFunction::copyCallSiteInfo(const MachineInstr *Old,  in copyCallSiteInfo() 950 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old,  in ReplaceMBBInJumpTables() 962                                                  MachineBasicBlock *Old,  in ReplaceMBBInJumpTable()
  | 
| /external/llvm/tools/bugpoint/ | 
| D | BugDriver.h | 144     AbstractInterpreter *Old = Interpreter;  in switchToSafeInterpreter()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | SCCIterator.h | 135   void ReplaceNode(NodeRef Old, NodeRef New) {  in ReplaceNode()
  | 
| D | ImmutableMap.h | 116     LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K,  in add() 122     LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) {  in remove()
  | 
| /external/llvm/include/llvm/ADT/ | 
| D | SCCIterator.h | 134   void ReplaceNode(NodeType *Old, NodeType *New) {  in ReplaceNode()
  | 
| D | ImmutableMap.h | 111     ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {  in add() 116     ImmutableMap remove(ImmutableMap Old, key_type_ref K) {  in remove()
  | 
| /external/clang/include/clang/AST/ | 
| D | ASTUnresolvedSet.h | 57   bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) {  in replace()
  | 
| /external/llvm/include/llvm/CodeGen/ | 
| D | LiveRangeEdit.h | 55     virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {}  in LRE_DidCloneVirtReg()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | LiveRangeEdit.h | 66     virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {}  in LRE_DidCloneVirtReg()
  |