Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCountingOptimization.cpp98 auto isBeforeInBlock = [](Operation *a, Operation *b) -> bool { in optimizeReferenceCounting() local
/external/llvm-project/mlir/lib/IR/
DOperation.cpp334 bool Operation::isBeforeInBlock(Operation *other) { in isBeforeInBlock() function in Operation