Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h115 ValueRange getSuccessorInputs(Operation *predecessor) const { in getSuccessorInputs() function
/llvm-project/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h186 ValueRange getSuccessorInputs() const { return inputs; } in getSuccessorInputs() function