| /llvm-project/llvm/test/Transforms/Mem2Reg/ |
| H A D | undef-order.ll | 47 ; CHECK: Join: 56 br label %Join 58 br label %Join 60 br label %Join 62 br label %Join 64 br label %Join 67 br label %Join 69 br label %Join 71 br label %Join 73 br label %Join [all …]
|
| /llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_thread_arg_retval_test.cpp | 42 td.Join(1, []() { return false; }); in TEST() 45 td.Join(1, []() { return true; }); in TEST() 54 td.Join(1, []() { return false; }); in TEST() 57 td.Join(1, [&]() { in TEST() 115 td.Join(1, [&]() { in TEST() 125 td.Join(1, []() { return true; }); in TEST() 149 td.Join(1, []() { return true; }); in TEST()
|
| /llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 102 BasicBlock *Join = nullptr; in getStrlenWithNull() local 104 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull() 108 Join = BasicBlock::Create(M->getContext(), "strlen.join", in getStrlenWithNull() 113 Prev->getParent(), Join); in getStrlenWithNull() 116 Prev->getParent(), Join); in getStrlenWithNull() 122 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull() 145 BranchInst::Create(Join, WhileDone); in getStrlenWithNull() 146 Builder.SetInsertPoint(Join, Join->begin()); in getStrlenWithNull()
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/ |
| H A D | general.pass.cpp | 43 template<class E1, class E2, std::size_t N, class Join = std::plus<E1>> 44 auto joinArrays(E1 (&a)[N], E2 (&b)[N], Join join = Join()) { in joinArrays()
|
| /llvm-project/lldb/unittests/Utility/ |
| H A D | StringListTest.cpp | 406 TEST(StringListTest, Join) { in TEST() argument 412 s.Join(" ", ss); in TEST() 421 s.Join(" ", ss); in TEST() 431 s.Join(" ", ss); in TEST() 443 s.Join(" ", ss); in TEST() 455 s.Join(".", ss); in TEST() 467 s.Join("--", ss); in TEST()
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | HostThread.cpp | 20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() function in HostThread 21 return m_native_thread->Join(result); in Join()
|
| /llvm-project/llvm/docs/_static/ |
| H A D | LoopOptWG_invite.ics | |
| /llvm-project/llvm/unittests/ADT/ |
| H A D | TestGraph.h | 89 NodeSubset Join(const NodeSubset &other) const { in Join() function 152 Reachable = Reachable.Join(Nodes[i].second); in NodesReachableFrom()
|
| H A D | SCCIteratorTest.cpp | 96 NodesInSomeSCC = NodesInSomeSCC.Join(NodesInThisSCC); in TEST()
|
| /llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostThreadPosix.h | 25 Status Join(lldb::thread_result_t *result) override;
|
| /llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 295 hwasanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR() 319 hwasanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR() 329 hwasanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
|
| /llvm-project/lldb/unittests/Host/ |
| H A D | ThreadLauncherTest.cpp | 27 thread->Join(&result); in TEST()
|
| /llvm-project/lldb/include/lldb/Host/ |
| H A D | HostThread.h | 34 Status Join(lldb::thread_result_t *result);
|
| H A D | HostNativeThreadBase.h | 34 virtual Status Join(lldb::thread_result_t *result) = 0;
|
| /llvm-project/lldb/include/lldb/Host/windows/ |
| H A D | HostThreadWindows.h | 29 Status Join(lldb::thread_result_t *result) override;
|
| /llvm-project/lldb/source/Host/posix/ |
| H A D | HostThreadPosix.cpp | 25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
|
| /llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 476 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR() 500 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR() 515 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
|
| /llvm-project/lldb/source/Host/windows/ |
| H A D | HostThreadWindows.cpp | 33 Status HostThreadWindows::Join(lldb::thread_result_t *result) { in Join() function in HostThreadWindows
|
| /llvm-project/ |
| H A D | CONTRIBUTING.md | 12 Join the [LLVM Discourse forums](https://discourse.llvm.org/), [Discord
|
| /llvm-project/lldb/source/Core/ |
| H A D | ThreadedCommunication.cpp | 207 Status error = m_read_thread.Join(nullptr); in StopReadThread() 217 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionArgumentTable.cpp | 298 archs.Join("\n", g_archs_help); in arch_helper()
|
| /llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_arg_retval.h | 70 void Join(uptr thread, const JoinFn& fn) { in Join() function
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | StringList.h | 81 void Join(const char *separator, Stream &strm);
|
| /llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 292 asanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR() 316 asanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR() 328 asanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
|
| /llvm-project/mlir/unittests/Interfaces/ |
| H A D | InferIntRangeInterfaceTest.cpp | 76 TEST(IntRangeAttrs, Join) { in TEST() argument
|