Home
last modified time | relevance | path

Searched defs:isBeforeInBlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCountingOpt.cpp89 auto isBeforeInBlock = [](Operation *a, Operation *b) -> bool { in optimizeReferenceCounting() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp261 bool Operation::isBeforeInBlock(Operation *other) { in isBeforeInBlock() function in Operation