| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | icf-safe.s | 10 # 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 D | icf-data.test | 6 # CHECK-NOT: Removed foo 7 # CHECK-NOT: Removed bar
|
| H A D | icf-simple.test | 7 # ICF: Removed bar 46 # NOICF-NOT: Removed foo 47 # NOICF-NOT: Removed bar
|
| H A D | icf-executable.s | 6 # CHECK: Removed f2
|
| H A D | icf-circular2.test | 7 # CHECK: Removed bar
|
| H A D | icf-xdata-last.s | 12 # CHECK: Removed
|
| H A D | icf-local.test | 9 # CHECK-NOT: Removed bar
|
| H A D | icf-circular.test | 7 # CHECK: Removed bar
|
| H A D | icf-different-align.test | 8 # CHECK: Removed bar
|
| H A D | icf-associative.test | 7 # CHECK: Removed bar
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 221 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 D | ExperimentalFeatures.rst | 75 … | 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 D | ChangeLog | 104 (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 D | profmd.ll | 3 ; 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 D | AArch64ConditionalCompares.cpp | 788 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 D | Cxx14Papers.csv | 22 …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 D | DirectoryWatcher.h | 68 Removed, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 104 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 D | DirectoryWatcher-mac.cpp | 135 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 D | DirectoryWatcherTest.cpp | 99 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 D | CFGMST.h | 218 if (Ei->Removed) in computeMinimumSpanningTree() 229 if (Ei->Removed) in computeMinimumSpanningTree()
|
| H A D | PGOInstrumentation.cpp | 452 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 D | LazyCallGraph.cpp | 1165 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 D | EarlyIfConversion.cpp | 806 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 D | ReleaseNotes.rst | 278 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
|