Searched defs:getRegionKind (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | RegionKindInterface.h | 36 static RegionKind getRegionKind(unsigned index) { return RegionKind::Graph; } in getRegionKind() function |
/llvm-project/mlir/test/lib/Dialect/Test/ | ||
H A D | TestOpDefs.cpp | 117 RegionKind SSACFGRegionOp::getRegionKind(unsigned index) { in getRegionKind() function in SSACFGRegionOp |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 97 CGOpenMPRegionKind getRegionKind() const { return RegionKind; } getRegionKind() function in __anon143de22e0111::CGOpenMPRegionInfo |