Searched defs:Old (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp46 static void replace(syntax::Node *Old, syntax::Node *New) { argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h37 uintptr_t Old = Map[WordIdx]; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp42 Block *Old = Pointee; local
59 Block *Old = Pointee; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp138 unsigned Old = LI->reg; local
171 unsigned Old = SortedIntervals[I]->reg; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { argument
H A DImmutableMap.h97 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K, argument
103 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp77 FindDominatedInstruction(MachineInstr &New, MachineInstr *Old, const InstOrderMap &M) argument
[all...]
H A DMachineModuleInfo.cpp128 void MMIAddrLabelMap::UpdateForRAUWBlock(BasicBlock *Old, BasicBlock *New) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h136 AbstractInterpreter *Old = Interpreter; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp231 MachineInstr &Old = *I; local
268 MachineInstr &Old = *I; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp103 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { argument
114 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { argument
235 GlobalVariable *Old = SameContentReplacements[i].first; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h66 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp234 ExplodedNode *Old = Storage.get<ExplodedNode *>(); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c94 void *Old = *Mem; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp90 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { argument
[all...]
H A DLegalizeDAG.cpp206 void ReplaceNode(SDNode *Old, SDNode *New) { argument
219 void ReplaceNode(SDValue Old, SDValue New) { argument
229 void ReplaceNode(SDNode *Old, cons argument
242 ReplaceNodeWithValue(SDValue Old, SDValue New) argument
[all...]
H A DLegalizeTypes.h180 void NoteDeletion(SDNode *Old, SDNode *New) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp169 StringRef Old = OldNew.getFirst(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h87 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) argument
386 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp144 void CallGraph::ReplaceExternalCallEdge(CallGraphNode *Old, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp472 MachineInstr &Old = *I; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp217 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp419 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { argument
430 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, argument

Completed in 189 milliseconds

1234