Home
last modified time | relevance | path

Searched defs:getParentOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DRegion.h200 Operation *getParentOp() { return container; } in getParentOp() function
H A DOperation.h234 Operation *getParentOp() { return block ? block->getParentOp() : nullptr; } in getParentOp() function
/llvm-project/mlir/lib/IR/
H A DBlock.cpp30 Operation *Block::getParentOp() { getParentOp() function in Block