Searched defs:getParentRegion (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/IR/ | ||
H A D | Region.cpp | 45 Region *Region::getParentRegion() { in getParentRegion() function in Region |
H A D | Value.cpp | 41 Region *Value::getParentRegion() { in getParentRegion() function in Value |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Operation.h | 230 Region *getParentRegion() { return block ? block->getParent() : nullptr; } in getParentRegion() function |
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | ControlHeightReduction.cpp | 153 Region *getParentRegion() { getParentRegion() function in __anonf9fc18ab0111::CHRScope |