Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h81 explicit Edge(llvm::PointerIntPair<CallGraphNode *, 2, Kind> targetAndKind) in Edge()
85 llvm::PointerIntPair<CallGraphNode *, 2, Kind> targetAndKind; variable