Home
last modified time | relevance | path

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

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