Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h131 CallGraphNode(Region *callableRegion) : callableRegion(callableRegion) {} in CallGraphNode()
139 Region *callableRegion; variable
/external/llvm-project/mlir/lib/Analysis/
DCallGraph.cpp84 if (auto *callableRegion = callable.getCallableRegion()) in computeCallGraph() local
184 auto *callableRegion = node->getCallableRegion(); in print() local
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp125 CallableLatticeState(Region *callableRegion, unsigned numResults) in CallableLatticeState()
396 Region *callableRegion = callable.getCallableRegion(); in initializeSymbolCallables() local