Home
last modified time | relevance | path

Searched refs:cancellable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCountingOpt.cpp35 Value value, llvm::SmallDenseMap<Operation *, Operation *> &cancellable);
41 Value value, llvm::SmallDenseMap<Operation *, Operation *> &cancellable) { in optimizeReferenceCounting() argument
166 auto emplaced = cancellable.try_emplace(dropRef.getOperation(), in optimizeReferenceCounting()
188 llvm::SmallDenseMap<Operation *, Operation *> cancellable; in runOnOperation() local
194 if (failed(optimizeReferenceCounting(arg, cancellable))) in runOnOperation()
207 if (failed(optimizeReferenceCounting(op->getResult(i), cancellable))) in runOnOperation()
217 llvm::dbgs() << "Found " << cancellable.size() in runOnOperation()
222 for (auto &kv : cancellable) { in runOnOperation()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_barrier.cpp555 template <bool cancellable = false>
613 if (cancellable) { in __kmp_linear_barrier_gather_template()
657 template <bool cancellable = false>
718 if (cancellable) { in __kmp_linear_barrier_release_template()
1742 template <bool cancellable> struct is_cancellable {};
1766 template <bool cancellable = false>
1776 is_cancellable<cancellable> cancelled; in __kmp_barrier_template()
1864 if (cancellable) { in __kmp_barrier_template()
1982 if (cancellable) { in __kmp_barrier_template()
2076 if (cancellable) in __kmp_barrier_template()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h605 bool cancellable = false; member
633 llvm::Optional<bool> cancellable; member
H A DProtocol.cpp466 if (P.cancellable) in toJSON()
477 if (P.cancellable) in toJSON()
478 Result["cancellable"] = *P.cancellable; in toJSON()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1235 These are the cancellable stages of expression evaluation, passed