Searched defs:properlyPostDominates (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Dominance.h | 208 bool properlyPostDominates(Block *a, Block *b) { properlyPostDominates() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | Dominance.cpp | 328 bool PostDominanceInfo::properlyPostDominates(Operation *a, Operation *b) { properlyPostDominates() function in PostDominanceInfo |