Searched defs:getNormalFlowFunction (Results 1 – 2 of 2) sorted by relevance
35 abstract getNormalFlowFunction(srcStmt: Stmt, tgtStmt: Stmt): FlowFunction<D>; method in DataflowProblem
71 getNormalFlowFunction(srcStmt: Stmt, tgtStmt: Stmt): FlowFunction<Value> { method in UndefinedVariableChecker