Home
last modified time | relevance | path

Searched refs:hasSSADominance (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DDominance.cpp29 static bool hasSSADominance(Operation *op, unsigned index) { in hasSSADominance() function
32 (!kindInterface || kindInterface.hasSSADominance(index)); in hasSSADominance()
55 bool hasSSADominance = in recalculate() local
57 (!kindInterface || kindInterface.hasSSADominance(i)); in recalculate()
62 if (hasSSADominance) { in recalculate()
235 if (hasSSADominance(ancestor, aRegionNum)) { in properlyDominates()
264 if (hasSSADominance(ancestor, aRegionNum)) { in properlyDominates()
301 if (hasSSADominance(ancestor, aRegionNum)) { in properlyPostDominates()
/external/llvm-project/mlir/include/mlir/IR/
DRegionKindInterface.td44 /*methodName=*/"hasSSADominance",
/external/llvm-project/mlir/docs/
DInterfaces.md230 …- `hasSSADominance(unsigned index)` - Return true if the region with the given index inside this o…