Home
last modified time | relevance | path

Searched refs:GenericProgramPointBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h101 class GenericProgramPointBase : public GenericProgramPoint {
107 using Base = GenericProgramPointBase<ConcreteT, Value>;
112 explicit GenericProgramPointBase(ValueT &&value) in GenericProgramPointBase() function
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h156 : public GenericProgramPointBase<CFGEdge, std::pair<Block *, Block *>> {