Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DDominance.h208 bool properlyPostDominates(Block *a, Block *b) { properlyPostDominates() function
/llvm-project/mlir/lib/IR/
H A DDominance.cpp328 bool PostDominanceInfo::properlyPostDominates(Operation *a, Operation *b) { properlyPostDominates() function in PostDominanceInfo