/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombine.h | 228 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() 240 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
|
/external/clang/test/CXX/temp/temp.type/ |
D | p1-0x.cpp | 3 namespace Old { namespace
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430RegisterInfo.cpp | 113 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 149 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 98 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() 264 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec() 279 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec() 705 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
|
D | IdentifierResolver.cpp | 80 IdentifierResolver::IdDeclInfo::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { in ReplaceDecl() 230 bool IdentifierResolver::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { in ReplaceDecl()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableIntervalMap.h | 220 ImmutableIntervalMap add(ImmutableIntervalMap Old, in add() 226 ImmutableIntervalMap remove(ImmutableIntervalMap Old, key_type_ref K) { in remove()
|
D | ImmutableMap.h | 110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { in add() 115 ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
|
D | SCCIterator.h | 189 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
|
/external/llvm/lib/CodeGen/ |
D | VirtRegMap.h | 334 void transferSpillPts(MachineInstr *Old, MachineInstr *New) { in transferSpillPts() 374 void transferRestorePts(MachineInstr *Old, MachineInstr *New) { in transferRestorePts() 413 void transferEmergencySpills(MachineInstr *Old, MachineInstr *New) { in transferEmergencySpills()
|
D | MachineFunction.cpp | 576 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() 588 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
|
D | MachineBasicBlock.cpp | 383 void MachineBasicBlock::replaceSuccessor(MachineBasicBlock *Old, in replaceSuccessor() 667 void MachineBasicBlock::ReplaceUsesOfBlockWith(MachineBasicBlock *Old, in ReplaceUsesOfBlockWith()
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.h | 149 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 30 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 192 MDNode *Old = MI->second; in RemapInstruction() local
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaRegisterInfo.cpp | 93 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeRegisterInfo.cpp | 253 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 131 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 232 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
|
D | XCoreRegisterInfo.cpp | 123 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/clang/include/clang/AST/ |
D | UnresolvedSet.h | 122 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
|
/external/llvm/lib/Target/X86/ |
D | X86JITInfo.cpp | 34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 465 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/lib/VMCore/ |
D | Value.cpp | 569 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
|
/external/llvm/lib/Analysis/IPA/ |
D | CallGraphSCCPass.cpp | 506 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 486 void replaceWithNewValue(Value *Old, Value *New) { in replaceWithNewValue()
|