Home
last modified time | relevance | path

Searched refs:Removed (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/lld/test/COFF/
H A Dicf-safe.s10 # CHECK-NEXT: Removed g4
12 # CHECK-NEXT: Removed f2
13 # CHECK-NEXT: Removed f3
14 # CHECK-NEXT: Removed f4
15 # CHECK-NOT: Removed
23 # SAFEICF-NEXT: Removed g4
25 # SAFEICF-NEXT: Removed f4
26 # SAFEICF-NOT: Removed
H A Dicf-data.test6 # CHECK-NOT: Removed foo
7 # CHECK-NOT: Removed bar
H A Dicf-simple.test7 # ICF: Removed bar
46 # NOICF-NOT: Removed foo
47 # NOICF-NOT: Removed bar
H A Dicf-executable.s6 # CHECK: Removed f2
H A Dicf-circular2.test7 # CHECK: Removed bar
H A Dicf-xdata-last.s12 # CHECK: Removed
H A Dicf-local.test9 # CHECK-NOT: Removed bar
H A Dicf-circular.test7 # CHECK: Removed bar
H A Dicf-different-align.test8 # CHECK: Removed bar
H A Dicf-associative.test7 # CHECK: Removed bar
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveVariables.h221 bool Removed = false; in removeVirtualRegisterKilled() local
225 Removed = true; in removeVirtualRegisterKilled()
230 assert(Removed && "Register is not used by this instruction!"); in removeVirtualRegisterKilled()
231 (void)Removed; in removeVirtualRegisterKilled()
256 bool Removed = false; in removeVirtualRegisterDead() local
260 Removed = true; in removeVirtualRegisterDead()
264 assert(Removed && "Register is not defined by this instruction!"); in removeVirtualRegisterDead()
265 (void)Removed; in removeVirtualRegisterDead()
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DExperimentalFeatures.rst75 … | 5.0 | 7.0 | Removed |
77 … | 5.0 | 7.0 | Removed |
79 … | 5.0 | 7.0 | Removed |
83 … | 5.0 | 7.0 | Removed |
87 … | 5.0 | 7.0 | Removed |
89 … | 5.0 | 7.0 | Removed |
91 … | 5.0 | 7.0 | Removed |
99 … | 5.0 | 7.0 | Removed |
101 … | 5.0 | 7.0 | Removed |
103 … | 5.0 | 7.0 | Removed |
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog104 (RNBSocket::SaveErrno): Removed.
305 (DNBProcessSetEvents): Removed (deprecated).
310 (DNBProcessSetEvents): Removed (deprecated).
637 * MachException.h (IsSoftSignal): Removed.
730 (DNBBreakpoint::GetState()): Removed accessor.
731 (DNBBreakpoint::SetState()): Removed accessor.
781 (DNBArchMachARM::NotifyException): Removed.
801 (DNBArchMachPPC::NotifyException): Removed.
1191 (_DNBLogPuts): Removed unused function.
1211 Removed newlines from logging call.
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/CorrelatedValuePropagation/
H A Dprofmd.ll3 ; Removed several cases from switch.
38 ; Removed all cases from switch.
92 ; Removed all cases from switch.
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp788 void updateDomTree(ArrayRef<MachineBasicBlock *> Removed);
789 void updateLoops(ArrayRef<MachineBasicBlock *> Removed);
822 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree() argument
826 for (MachineBasicBlock *RemovedMBB : Removed) { in updateDomTree()
838 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) { in updateLoops() argument
841 for (MachineBasicBlock *RemovedMBB : Removed) in updateLoops()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14Papers.csv22 …oposal to add a utility class to represent optional objects","Bristol","*Removed from Draft Standa…
24 "`3662 <https://wg21.link/n3662>`__","LWG","C++ Dynamic Arrays (dynarray)","Bristol","*Removed from…
/llvm-project-15.0.7/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h68 Removed, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp104 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr() local
105 (void)Removed; in invalidateUniqueMachineInstr()
106 assert(Removed && "Invalidation called on invalid UMI"); in invalidateUniqueMachineInstr()
/llvm-project-15.0.7/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp135 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback()
140 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback()
/llvm-project-15.0.7/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp99 case EventKind::Removed: in eventKindToString()
402 {{EventKind::Removed, "a"}}, in TEST()
403 {{EventKind::Modified, "a"}, {EventKind::Removed, "a"}}}; in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h218 if (Ei->Removed) in computeMinimumSpanningTree()
229 if (Ei->Removed) in computeMinimumSpanningTree()
H A DPGOInstrumentation.cpp452 bool Removed = false; member
460 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
563 if (E->Removed) in FuncPGOInstrumentation()
723 if (E->Removed) in getInstrumentBBs()
738 if (E->InMST || E->Removed) in getInstrBB()
785 E->Removed = true; in getInstrBB()
995 if (E->Removed) in sumEdgeCount()
1156 if (E->Removed || E->InMST) in setInstrumentedCounts()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1165 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeOutgoingEdge() local
1166 (void)Removed; in removeOutgoingEdge()
1167 assert(Removed && "Target not in the edge set for this caller?"); in removeOutgoingEdge()
1194 bool Removed = SourceN->removeEdgeInternal(*TargetN); in removeInternalRefEdge() local
1195 (void)Removed; in removeInternalRefEdge()
1196 assert(Removed && "Target not in the edge set for this caller?"); in removeInternalRefEdge()
1500 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeEdge() local
1501 (void)Removed; in removeEdge()
1502 assert(Removed && "Target not in the edge set for this caller?"); in removeEdge()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp806 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree() argument
811 for (auto *B : Removed) { in updateDomTree()
824 ArrayRef<MachineBasicBlock *> Removed) { in updateLoops() argument
829 for (auto *B : Removed) in updateLoops()
/llvm-project-15.0.7/clang-tools-extra/docs/
H A DReleaseNotes.rst278 template has an unnecessary value parameter. Removed the fix for a template.
282 overrided has a const return type. Removed the fix for a virtual function.
298 Removed checks

12