Home
last modified time | relevance | path

Searched defs:getParentRegion (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DRegion.cpp45 Region *Region::getParentRegion() { in getParentRegion() function in Region
186 Region *llvm::ilist_traits<::mlir::Block>::getParentRegion() { in getParentRegion() function in llvm::ilist_traits::mlir::Block
H A DValue.cpp41 Region *Value::getParentRegion() { in getParentRegion() function in Value
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h230 Region *getParentRegion() { return block ? block->getParent() : nullptr; } in getParentRegion() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp153 Region *getParentRegion() { getParentRegion() function in __anonf9fc18ab0111::CHRScope